new genkernel _beta4 requires loop=
authorBrad House <brad_mssw@gentoo.org>
Sun, 11 Jan 2004 18:41:20 +0000 (18:41 +0000)
committerBrad House <brad_mssw@gentoo.org>
Sun, 11 Jan 2004 18:41:20 +0000 (18:41 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@132 d1e1f19c-881f-0410-ab34-b69fee027534

examples/livecd/runscript/x86-isolinux-loop-example.sh

index 72fd64cca18447c0593a38c34d6483d90b8ec8b5..f7b575cb6ba2685df48e67e010173980581cda0d 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/x86-isolinux-loop-example.sh,v 1.2 2004/01/11 04:04:16 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/x86-isolinux-loop-example.sh,v 1.3 2004/01/11 18:41:20 brad_mssw Exp $
 
 die() {
        echo "$1"
@@ -84,7 +84,7 @@ cdroot_setup)
                echo >> $icfg
                echo "label $x" >> $icfg
                echo "  kernel $x" >> $icfg
-               echo "  append initrd=$x.igz root=/dev/ram0 init=/linuxrc cdroot" >> $icfg
+               echo "  append initrd=$x.igz root=/dev/ram0 init=/linuxrc loop=/livecd.loop cdroot" >> $icfg
        done
        #OK, now we need to prepare the loopback filesystem that we'll be booting. This is
        #tricky.