From: Chris Gianelloni Date: Thu, 9 Dec 2004 14:13:02 +0000 (+0000) Subject: Removed -no-emul-boot from x86-isogen.sh to keep the ISO being made from possibly... X-Git-Tag: CATALYST_2_0_6_916~885 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bdfcefa0594a00ba5c1c554f13965174364728b9;p=catalyst.git Removed -no-emul-boot from x86-isogen.sh to keep the ISO being made from possibly not booting on really old systems. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@488 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index aefb402c..631f66c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.117 2004/12/09 14:05:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.118 2004/12/09 14:13:02 wolf31o2 Exp $ + + 09 Dec 2004; Chris Gianelloni + livecd/isogen/x86-isogen.sh: + Removed -no-emul-boot from x86-isogen.sh to keep the ISO being made from + possibly not booting on really old systems. 09 Dec 2004; Chris Gianelloni livecd/runscript/x86-archscript.sh: diff --git a/livecd/isogen/x86-isogen.sh b/livecd/isogen/x86-isogen.sh index a32c9ca8..7f995a88 100755 --- a/livecd/isogen/x86-isogen.sh +++ b/livecd/isogen/x86-isogen.sh @@ -1,4 +1,2 @@ #!/bin/bash -mkisofs -J -R -l -o ../gentoo.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -z . - - +mkisofs -J -R -l -o ../gentoo.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -z .