Removed -no-emul-boot from x86-archscript.sh to keep the ISO being made from possibly...
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 9 Dec 2004 14:05:43 +0000 (14:05 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 9 Dec 2004 14:05:43 +0000 (14:05 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@487 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/runscript/x86-archscript.sh

index 14481bcb6e8b15460d8ec4a9030576c69b53f4bf..aefb402c5a4f622fdc2b7629d7ef5b939017c06e 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  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 <wolf31o2@gentoo.org>
   livecd/runscript-support/livecdfs-update.sh:
index c4cc1e67f1da766bc085f0f9c943d693c6891913..ead3ea13887eeed78c600a64c21ca00b515bb478 100644 (file)
@@ -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