Update of /cvsroot/devil-linux/build/scripts/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv1229/scripts/scripts
Modified Files:
install-on-usb
Log Message:
add warning about grub2 support not being implemented yet
Index: install-on-usb
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/install-on-usb,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- install-on-usb 28 Dec 2011 00:36:30 -0000 1.38
+++ install-on-usb 29 Dec 2011 00:57:14 -0000 1.39
@@ -136,6 +136,11 @@
if [ -n "$(grub-install -v | grep "1.9")" ]; then
GRUBVERSION=2
+ echo "!!!!!!WARNING!!!!!!"
+ echo "Grub2 is not yet supported by this script"
+ echo "We're looking for volunteers to fix the script and send us a patch ;-)"
+ echo "!!!!!!WARNING!!!!!!"
+ echo
fi
device_map=grub-tmp-map
|