On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote:

> @@ -84,15 +63,13 @@ if [ $bootable = yes ]; then
>     mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi
>     umount $MNT
>     mdconfig -d -u $md
> -    BOOTOPTS="-b $EFIPART -no-emul-boot"
> +    BOOTOPTS="-b bootimage=i386;$EFIPART -o no-emul-boot"
> else
>     BOOTOPTS=""
> fi

Thanks!

Can you explain what this particular change does or why it's done?

-- 
Marcel Moolenaar
mar...@xcllnt.net


_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to