Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2019 18:02:12 +0100
From:      Julien Cigar <julien@perdition.city>
To:        freebsd-questions@freebsd.org
Subject:   Re: make memstick broken in 12.0 ?
Message-ID:  <20190306170212.GC2849@mordor.lan>
In-Reply-To: <20190306165338.GB2849@mordor.lan>
References:  <20190306165338.GB2849@mordor.lan>

next in thread | previous in thread | raw e-mail | index | archive | help

--gr/z0/N6AeWAPJVB
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Mar 06, 2019 at 05:53:38PM +0100, Julien Cigar wrote:
> Hello,
>=20
> I'm trying to create a custom memstick.img for a Soekris 6501 (which
> doesn't boot with the GENERIC kernel).=20
>=20
> For years I used the following which has always worked::
>=20
> % svnlite co svn://svn.freebsd.org/base/releng/12.0 ~/soekris/src
> % cat <<EOF > ~/soekris/src/sys/amd64/conf/SOEKRIS
>     >include GENERIC
>     >ident SOEKRIS
>     >device atpic
>     >device mptable
>     >EOF
> % export MAKEOBJDIRPREFIX=3D~/soekris/obj
> % export KERNCONF=3DSOEKRIS
> % export TARGET=3Damd64
> % make -j 8 -C ~/soekris/src buildworld buildkernel
> % export NOPORTS=3Dyes
> % export NODOC=3Dyes
> % export NOSRC=3Dyes
> % sudo -E make -C ~/soekris/src/release memstick
>=20
> memstick.img is generated as expected, and put on USB stick:
>=20
> % gpart destroy -F /dev/da1
> % sudo -E dd if=3D~/soekris/obj/usr/home/jcigar/soekris/src/amd64.amd64/r=
elease/memstick.img of=3D/dev/da1 bs=3D1m conv=3Dsync
>=20
> For some unknown after I'm booting the image (1) the installation
> doesn't contain the base and kernel sets (2) and is missing some
> installation files (3) ...
>=20
> (1) https://imgur.com/a/9RLrq2i
> (2) https://imgur.com/a/wUBS4IE
> (3) https://imgur.com/a/nWdXmK3
>=20
> any idea what's going on here or if I missed something ?
>=20
> Thanks,
> Julien

ok forget this mail.. it looks like base and kernel are already included by
default (they used to be selectable in the past)

>=20
> --=20
> Julien Cigar
> Belgian Biodiversity Platform (http://www.biodiversity.be)
> PGP fingerprint: EEF9 F697 4B68 D275 7B11  6A25 B2BB 3710 A204 23C0
> No trees were killed in the creation of this message.
> However, many electrons were terribly inconvenienced.



--=20
Julien Cigar
Belgian Biodiversity Platform (http://www.biodiversity.be)
PGP fingerprint: EEF9 F697 4B68 D275 7B11  6A25 B2BB 3710 A204 23C0
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

--gr/z0/N6AeWAPJVB
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE7vn2l0to0nV7EWolsrs3EKIEI8AFAlx//RQACgkQsrs3EKIE
I8B4hxAAkvyKdkUP6sYsx0KRem/qpfo0L4oIztrOLJPa+EiKERCk6fGDg6ZQJM5E
ubb/tFsl6Ps4/8UsONyv2aC3gNzgowKGmcVvfjsTBfLn+TAAjTGiyuwMybCVTI8H
at1uL7RGfzKRlFXdjvEMF+LC/kCMVbz+HT078uoR+ECtePSpmoG3LsLxlgehUgLh
BoxkHkEdslPMHHMoIs1jH5NoFvB4B2ZRwl+ES8H+ONfGalufHixCYjx4Gpr08mqy
K+UlPtAyWqFDpijls7jEQgpG/wTv9I2bMNwBYQzRbr6mqGJ8qp+zExrZBBSgDCGH
iCXVwLUggGrDNMJlv6a00hT0UsR+A06MpqyO4yVtZ0AQvQF3qP+Hvs3I+zVvVuW5
KvmFoQDhmfEg+6ZFHHQ9/eetEBzZHpKTQ7hWau8rJPyX8HT8Ib59azKeKfoLiTHO
V+jYjScRJgZ3pFmsE2uefk5mOKWsN/10tIarBQjovwDnauFVRAHOAVpy78lnYOX1
aOpqI7VGmVV2453TO325mcYiYN//LwVx2JYpBt0WxjLX1TQWgmijet77lZTYoBj0
1oMv+5ytQG7DGxA57+yuZ4pREkiEg7FKGlrgZSetvKGegV5i1w+kjMmEultxic9G
wmQOpeaxVXinsb68aSml54wqxg/Gglnl2Mxa4fTb4/XBDAme7eg=
=sfx8
-----END PGP SIGNATURE-----

--gr/z0/N6AeWAPJVB--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190306170212.GC2849>