Don't hardcode wm-ng as window manager for X
[grml-live.git] / templates / boot / grub / grub.cfg
index 7aac3ba..039ee6d 100644 (file)
@@ -106,7 +106,7 @@ menuentry "%GRML_NAME% - copy whole medium to RAM" {
 
 menuentry "%GRML_NAME% - start X by default" {
     set gfxpayload=keep
-    linux  /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" quiet startx=wm-ng 
+    linux  /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" quiet startx
     initrd /boot/%SHORT_NAME%/initrd.gz
 }