Update of /cvsroot/devil-linux/build/scripts/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv32395/scripts/scripts
Modified Files:
install-on-usb
Log Message:
we don't need to create the devices anymore
and the partition type is fat
Index: install-on-usb
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/install-on-usb,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- install-on-usb 8 Nov 2003 04:04:51 -0000 1.9
+++ install-on-usb 9 Nov 2003 15:24:36 -0000 1.10
@@ -156,7 +156,8 @@
GRUBPART=$(expr $(basename ${PARTITION} | sed -e 's/^part//' -e 's/^[hs]d[a-z]//') - 1)
echo
- echo "Please make sure the partition type is 'Linux' (83) "
+ #echo "Please make sure the partition type is 'Linux' (83) "
+ echo "Please make sure the partition type is 'FAT16' (06) "
echo
$FDISK -l $DEVICE
|