svn commit: r353012 - head/usr.sbin/bsdinstall/scripts

Glen Barber gjb at freebsd.org
Wed Oct 2 16:27:06 UTC 2019


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
> > 
> > Log:
> >   Add a comment explaining why the opensolaris_load line in loader.conf
> >   is explicitly added.
> >   
> >   Requested by:	rgrimes
> >   MFC after:	3 days
> >   MFC with:	r353004
> >   Sponsored by:	Rubicon Communications, LLC (Netgate)
> > 
> > Modified:
> >   head/usr.sbin/bsdinstall/scripts/config
> > 
> > Modified: head/usr.sbin/bsdinstall/scripts/config
> > ==============================================================================
> > --- head/usr.sbin/bsdinstall/scripts/config	Wed Oct  2 16:08:01 2019	(r353011)
> > +++ head/usr.sbin/bsdinstall/scripts/config	Wed Oct  2 16:09:28 2019	(r353012)
> > @@ -44,6 +44,8 @@ cp $BSDINSTALL_TMPETC/* $BSDINSTALL_CHROOT/etc
> >  
> >  cat $BSDINSTALL_TMPBOOT/loader.conf.* >> $BSDINSTALL_TMPBOOT/loader.conf
> >  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=\"YES\"" >> $BSDINSTALL_TMPBOOT/loader.conf
> >  df -t zfs $BSDINSTALL_CHROOT > /dev/null && echo "zfs_load=\"YES\"" >> $BSDINSTALL_TMPBOOT/loader.conf
> >  
> 
> 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?
> 

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20191002/215feedf/attachment.sig>


More information about the svn-src-all mailing list