Skip to content

Commit

Permalink
templates/boot/grub/%SHORT_NAME%_options.cfg: fix missing quotes
Browse files Browse the repository at this point in the history
Followup fix for commit c0460ec,
missing quotes and causing GRUB to not display the menu, as it runs
into "out of memory" situation when sourcing the file.
  • Loading branch information
mika committed Dec 7, 2023
1 parent eda7258 commit cbbab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/boot/grub/%SHORT_NAME%_options.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbbab37

Please sign in to comment.