--- a/ROOT/boot/grub/grub.cfg Fri Jan 27 13:33:43 2012 +0100
+++ b/ROOT/boot/grub/grub.cfg Mon Feb 13 11:51:13 2012 +0100
@@ -6,12 +6,12 @@
#insmod part_msdos
#insmod ext2
-search --no-floppy --label --set alix
+search --no-floppy --label --set [%ROOTLABEL%]
set timeout=3
menuentry 'Linux' {
echo 'Loading Linux...'
- linux /boot/vmlinuz-2.6.32-5-686 ro quiet console=ttyS0,38400n8 root=LABEL=<XXX>
+ linux /boot/vmlinuz-2.6.32-5-686 ro quiet console=ttyS0,38400n8 root=LABEL=[%ROOTLABEL%]
echo 'Loading Initrd...'
initrd /boot/initrd.img-2.6.32-5-686
}