Here is a patch to document the MULTIBOOT option. Please include in the next version.
Index: CONF.sh =================================================================== RCS file: /var/lib/cvs/skolelinux/src/debian-cd/CONF.sh,v retrieving revision 1.1.1.9 retrieving revision 1.38 diff -u -3 -p -u -r1.1.1.9 -r1.38 --- CONF.sh 13 Apr 2002 12:23:07 -0000 1.1.1.9 +++ CONF.sh 13 Apr 2002 13:06:52 -0000 1.38 @@ -16,6 +16,7 @@ unset COPYLINK unset MKISOFS unset MKISOFS_OPTS unset ISOLINUX +unset MULTIBOOT unset EXCLUDE unset SRCEXCLUDE unset NORECOMMENDS @@ -114,6 +121,9 @@ export APTTMP=/ftp/tmp/apt # ISOLinux support for multiboot on CD1 for i386 export ISOLINUX=1 +# eltorito support for multiboot on CD1 for i386. Only work with recent BIOSes. +#export MULTIBOOT=1 + # uncomment this to if you want to see more of what the Makefile is doing #export VERBOSE_MAKE=1 Index: debian/CONF.sh =================================================================== RCS file: /var/lib/cvs/skolelinux/src/debian-cd/debian/CONF.sh,v retrieving revision 1.1.1.6 retrieving revision 1.4 diff -u -3 -p -u -r1.1.1.6 -r1.4 --- debian/CONF.sh 13 Apr 2002 12:23:08 -0000 1.1.1.6 +++ debian/CONF.sh 13 Apr 2002 13:06:53 -0000 1.4 @@ -12,6 +12,7 @@ unset COPYLINK unset MKISOFS unset MKISOFS_OPTS unset ISOLINUX +unset MULTIBOOT unset EXCLUDE unset SRCEXCLUDE unset NORECOMMENDS @@ -106,6 +107,9 @@ export APTTMP=/home/ftp/tmp/apt # ISOLinux support for multiboot on CD1 for i386 export ISOLINUX=1 + +# eltorito support for multiboot on CD1 for i386. Only work with recent BIOSes. +#export MULTIBOOT=1 # uncomment this to if you want to see more of what the Makefile is doing #export VERBOSE_MAKE=1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]