Add trailing whitespace to grub commandline
[grml-live.git] / templates / boot / grub / %SHORT_NAME%_default.cfg
index bcbd665..72fbd54 100644 (file)
@@ -1,7 +1,7 @@
 menuentry "%GRML_NAME% - release %VERSION% (default)" {
     set gfxpayload=keep
     echo 'Loading kernel...'
-    linux   /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live bootid=%BOOTID% "${loopback}" "${kernelopts}" nomce
+    linux   /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live bootid=%BOOTID% "${loopback}" "${kernelopts}" nomce 
     echo 'Loading initrd...'
     initrd  /boot/%SHORT_NAME%/initrd.img
 }