From 73f2664cec437b060a6e4fe0d8a98d41304c128a Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sun, 30 Jul 2006 13:00:57 +0000 Subject: [PATCH] Disable el-torito boot image for i386 --- tools/boot/etch/boot-i386 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/boot/etch/boot-i386 b/tools/boot/etch/boot-i386 index ebadbaaf..eea48574 100755 --- a/tools/boot/etch/boot-i386 +++ b/tools/boot/etch/boot-i386 @@ -37,7 +37,9 @@ NN=`echo $N | sed -e 's/_NONUS//'` # List of boot image for each CD KTYPE[1]="" #isolinux multiboot in fact -KTYPE[2]="cdrom" +# Disable el-torito boot CD for Etch Beta 3 +#KTYPE[2]="cdrom" +KTYPE[2]="" # XXX add net-image back when it's fixed KTYPE[3]="" KTYPE[4]=""