templates/boot/grub/%SHORT_NAME%_options.cfg: fix missing quotes
authorMichael Prokop <mika@grml.org>
Thu, 7 Dec 2023 14:50:02 +0000 (15:50 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 7 Dec 2023 14:50:02 +0000 (15:50 +0100)
Followup fix for commit c0460ecbd48f54b5b1895b6fc576efa4ddb54e9e,
missing quotes and causing GRUB to not display the menu, as it runs
into "out of memory" situation when sourcing the file.

templates/boot/grub/%SHORT_NAME%_options.cfg

index 9e82657..3988461 100644 (file)
@@ -7,7 +7,7 @@ menuentry "%GRML_NAME% - Enable Predictable Network Interface Names" {
     initrd /boot/%SHORT_NAME%/initrd.img
 }
 
-menuentry "%GRML_NAME% - Enable SSH (with random password) {
+menuentry "%GRML_NAME% - Enable SSH (with random password)" {
     set gfxpayload=keep
     echo 'Loading kernel...'
     linux  /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce net.ifnames=0 "${loopback}" ${kernelopts} ssh