|
@@ -113,13 +113,13 @@ set timeout=5
|
|
### END /etc/grub.d/00_header ###
|
|
### END /etc/grub.d/00_header ###
|
|
|
|
|
|
### BEGIN /etc/grub.d/10_linux ###
|
|
### BEGIN /etc/grub.d/10_linux ###
|
|
-menuentry "GNU/Linux, Linux 2.6.34-lfs" {
|
|
|
|
|
|
+menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
|
insmod ext2
|
|
insmod ext2
|
|
set root=(hd0,2)
|
|
set root=(hd0,2)
|
|
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
|
|
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
|
|
linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
|
linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
|
}
|
|
}
|
|
-menuentry "GNU/Linux, Linux 2.6.30.2-lfs65 (recovery mode)" {
|
|
|
|
|
|
+menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" (recovery mode)" {
|
|
insmod ext2
|
|
insmod ext2
|
|
set root=(hd0,2)
|
|
set root=(hd0,2)
|
|
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
|
|
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
|