diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-01-02 23:27:14 +0200 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-01-02 23:27:14 +0200 |
commit | cf604e8fdddcfb5854b8af68a0788e47d84aa68c (patch) | |
tree | 3d04eca854ca2fae09b8545093342b549baea414 | |
parent | 6dde19a96c827db563681f208d870723bc824969 (diff) |
Put the right label at his place
-rwxr-xr-x | cdroot/boot/grub/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdroot/boot/grub/grub.cfg b/cdroot/boot/grub/grub.cfg index 5918e6b..4e0c3b0 100755 --- a/cdroot/boot/grub/grub.cfg +++ b/cdroot/boot/grub/grub.cfg @@ -90,7 +90,7 @@ menuentry "Start $iso_distro $iso_flavour $iso_version" { echo "Language: ${bootlang}" echo "Keyboard: ${bootkeymap}" echo "Please wait..." - linux /boot/vmlinuz rd.live.image root=CDLABEL=ISOIMAGE rootfstype=auto console=tty0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${vesa_opt} ${modeset_opt} ${acpi_opt} -- + linux /boot/vmlinuz rd.live.image root=CDLABEL=KOGAION rootfstype=auto console=tty0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${vesa_opt} ${modeset_opt} ${acpi_opt} -- initrd /boot/initrd } |