Date: Thu, 5 May 2011 14:18:26 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Nathan Whitehorn <nwhitehorn@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221497 - head/release/ia64 Message-ID: <8FF5539E-F91D-46C6-9019-B40CB8010A85@xcllnt.net> In-Reply-To: <201105051416.p45EGfcd003037@svn.freebsd.org> References: <201105051416.p45EGfcd003037@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 marcel@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8FF5539E-F91D-46C6-9019-B40CB8010A85>