Date: Wed, 2 Oct 2019 16:27:04 +0000 From: Glen Barber <gjb@freebsd.org> To: Ian Lepore <ian@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r353012 - head/usr.sbin/bsdinstall/scripts Message-ID: <20191002162704.GG27491@FreeBSD.org> In-Reply-To: <c7a24b9ebbf3a0b5b7a88471d850fe157f4ad6d9.camel@freebsd.org> References: <201910021609.x92G9STB044158@repo.freebsd.org> <c7a24b9ebbf3a0b5b7a88471d850fe157f4ad6d9.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--sTC4Ri5uc2u6z9Yo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 02, 2019 at 10:13:01AM -0600, Ian Lepore wrote: > On Wed, 2019-10-02 at 16:09 +0000, Glen Barber wrote: > > Author: gjb > > Date: Wed Oct 2 16:09:28 2019 > > New Revision: 353012 > > URL: https://svnweb.freebsd.org/changeset/base/353012 > >=20 > > Log: > > Add a comment explaining why the opensolaris_load line in loader.conf > > is explicitly added. > > =20 > > Requested by: rgrimes > > MFC after: 3 days > > MFC with: r353004 > > Sponsored by: Rubicon Communications, LLC (Netgate) > >=20 > > Modified: > > head/usr.sbin/bsdinstall/scripts/config > >=20 > > Modified: head/usr.sbin/bsdinstall/scripts/config > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/usr.sbin/bsdinstall/scripts/config Wed Oct 2 16:08:01 2019 (r= 353011) > > +++ head/usr.sbin/bsdinstall/scripts/config Wed Oct 2 16:09:28 2019 (r= 353012) > > @@ -44,6 +44,8 @@ cp $BSDINSTALL_TMPETC/* $BSDINSTALL_CHROOT/etc > > =20 > > cat $BSDINSTALL_TMPBOOT/loader.conf.* >> $BSDINSTALL_TMPBOOT/loader.co= nf > > rm $BSDINSTALL_TMPBOOT/loader.conf.* > > +# The 'opensolaris_load' line is a workaround for arm64, which does not > > +# automatically load opensolaris.ko with zfs.ko. > > df -t zfs $BSDINSTALL_CHROOT > /dev/null && echo "opensolaris_load=3D\= "YES\"" >> $BSDINSTALL_TMPBOOT/loader.conf > > df -t zfs $BSDINSTALL_CHROOT > /dev/null && echo "zfs_load=3D\"YES\"" = >> $BSDINSTALL_TMPBOOT/loader.conf > > =20 >=20 > Is this our long-existing problem of not being able to run kldxref as > part of a cross build and install? Or is this some other arm64- > specific problem? >=20 This is a good question. I do not see an error in the log when kldxref is invoked, but I am not certain if that necessarily means anything. Glen --sTC4Ri5uc2u6z9Yo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAl2Uz9MACgkQAxRYpUeP 4pP5fRAAizU6LIdTPyibWMl/XOlBFQm1DLwolwiKLMIPEMRG9oA9Eu5pfIxYaE17 nUdDfpGf6nRyFhI41LqGK/JGYuHpi7sBMZco3Xt0ZWv4hrTu4vYpixpUxR/oV9ix AMdETq3ID6fv3vr7olVcuVPD2wh2Nu0E332SJu/TxXsxY82tVu/QVIs4xpBgqPRf rCy+VjsfOTaLngEt9WBq//CYUPHb4k0839eSmlU7PaVOZx2JqreVVQuyGbn/sIMo SQUE5Ha2nhsUr4Ucf/c0Ne67cx0vXPpZkviJI8C9mbLXkIPyAL7ABvGCnBF9tGmO NRT+po3x4IzhKLEo+vQK973BUx00sCT+wRJ+UYOmuh1QsFp1Y6XTdBSt5dk5WUh1 t+80rZhOf+1F/an0dFktRwcl5tENB/0/BkgDivFkfTum851M6GDAEQ14+zpqTjUy 67H/UQhqMZAbROUEpDh4exiNnpwLF3cUHe529zuf/jef0VX7QucXamZDXG5E0qS9 c5Fbp8se0w/YwfQS8F/XDhWn9KZ1a6Ks6dWWGHimJAaXpPrHkhrijTr9UNlkSBAr 9mbpzraPBabHjlVpIEUWMVuBBPGUYQzv+Eb4iFwe97s21U/BxVy4rCgEGyvbtdbZ pF02y3GFHUmPVuZV41q7iFkZL3j9OukFEj1Cl9nlOgHm8olOX6Y= =klA3 -----END PGP SIGNATURE----- --sTC4Ri5uc2u6z9Yo--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191002162704.GG27491>