Date: Thu, 5 May 2011 22:21:53 -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: <BDAC906E-352C-4DA9-8883-04B7B7A598B8@xcllnt.net> In-Reply-To: <4DC36B2B.4010509@freebsd.org> References: <201105051416.p45EGfcd003037@svn.freebsd.org> <8FF5539E-F91D-46C6-9019-B40CB8010A85@xcllnt.net> <4DC36B2B.4010509@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On May 5, 2011, at 8:29 PM, Nathan Whitehorn wrote: > On 05/05/11 16:18, Marcel Moolenaar wrote: >> On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote: >>=20 >>> @@ -84,15 +63,13 @@ if [ $bootable =3D yes ]; then >>> mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi >>> umount $MNT >>> mdconfig -d -u $md >>> - BOOTOPTS=3D"-b $EFIPART -no-emul-boot" >>> + BOOTOPTS=3D"-b bootimage=3Di386;$EFIPART -o no-emul-boot" >>> else >>> BOOTOPTS=3D"" >>> fi >> Thanks! >>=20 >> Can you explain what this particular change does or why it's done? >>=20 >=20 > I'm cleaning up the release-building code, and am switching them from = mkisofs to makefs, which provides the same functionality. This started = with some irritation with the cdrtools port and a bug in the HFS hybrid = generation that was breaking PPC release CD generation. Switching these = to depend on makefs in general speeds the release-building process and = removes the number of dependencies involved, since makefs is built as = part of base. Actually, I was just interested in the 'bootimage=3Di386' part of your change. I totally get why you're doing it :-) Sorry for not being clear... --=20 Marcel Moolenaar marcel@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BDAC906E-352C-4DA9-8883-04B7B7A598B8>