From: Chris Gianelloni Date: Thu, 9 Dec 2004 14:05:43 +0000 (+0000) Subject: Removed -no-emul-boot from x86-archscript.sh to keep the ISO being made from possibly... X-Git-Tag: CATALYST_2_0_6_916~886 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f146a52af67748dbaea4fb659ebc9aa5252a72f9;p=catalyst.git Removed -no-emul-boot from x86-archscript.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@487 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 14481bcb..aefb402c 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.116 2004/12/08 19:47:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.117 2004/12/09 14:05:43 wolf31o2 Exp $ + + 09 Dec 2004; Chris Gianelloni + livecd/runscript/x86-archscript.sh: + Removed -no-emul-boot from x86-archscript.sh to keep the ISO being made from + possibly not booting on really old systems. 08 Dec 2004; Chris Gianelloni livecd/runscript-support/livecdfs-update.sh: diff --git a/livecd/runscript/x86-archscript.sh b/livecd/runscript/x86-archscript.sh index c4cc1e67..ead3ea13 100644 --- a/livecd/runscript/x86-archscript.sh +++ b/livecd/runscript/x86-archscript.sh @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/x86-archscript.sh,v 1.15 2004/10/28 15:05:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/x86-archscript.sh,v 1.16 2004/12/09 14:05:43 wolf31o2 Exp $ case $1 in kernel) @@ -107,6 +107,6 @@ case $1 in iso) #this is for the livecd-stage2 target, and calls the proper command to build the iso file - mkisofs -J -R -l -o ${2} -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -z ${clst_cdroot_path} + mkisofs -J -R -l -o ${2} -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -z ${clst_cdroot_path} ;; esac