„templates/grub.tpl.cfg“ ändern
This commit is contained in:
parent
7d9b3acaf9
commit
ace43f5490
1 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ set timeout=30
|
||||||
|
|
||||||
menuentry "nanodesk %VERSION% Live [EFI/GRUB]" {
|
menuentry "nanodesk %VERSION% Live [EFI/GRUB]" {
|
||||||
search --no-floppy --set=root --label NANODESK
|
search --no-floppy --set=root --label NANODESK
|
||||||
linux (\$root)/live/vmlinuz boot=live
|
linux ($root)/live/vmlinuz boot=live
|
||||||
initrd (\$root)/live/initrd
|
initrd ($root)/live/initrd
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "nanodesk %VERSION% Live [EFI/GRUB] (nomodeset)" {
|
menuentry "nanodesk %VERSION% Live [EFI/GRUB] (nomodeset)" {
|
||||||
search --no-floppy --set=root --label NANODESK
|
search --no-floppy --set=root --label NANODESK
|
||||||
linux (\$root)/live/vmlinuz boot=live nomodeset
|
linux ($root)/live/vmlinuz boot=live nomodeset
|
||||||
initrd (\$root)/live/initrd
|
initrd ($root)/live/initrd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue