Use systemd per default mru/systemd
authorUlrich Dangel <mru@grml.org>
Thu, 28 Jul 2011 13:46:02 +0000 (15:46 +0200)
committerUlrich Dangel <mru@grml.org>
Thu, 28 Jul 2011 13:46:02 +0000 (15:46 +0200)
templates/boot/isolinux/default.cfg
templates/boot/isolinux/grml.cfg

index 9e032a3..95c3232 100644 (file)
@@ -3,7 +3,7 @@ label grml
   menu DEFAULT
   menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%)
   kernel /boot/%SHORT_NAME%/linux26
-  append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce 
+  append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce init=/bin/systemd 
 
   text help
                                         Grml is a Debian based Linux live
index a3e8efa..fa32d66 100644 (file)
@@ -120,7 +120,7 @@ label persistent
 label serial
   menu label %GRML_NAME% - Serial ^Console
   kernel /boot/%SHORT_NAME%/linux26
-  append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=normal video=vesafb:off quiet nomce console=tty1 console=ttyS0,9600n8 
+  append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=normal video=vesafb:off quiet nomce console=tty1 console=ttyS0,9600n8 init=/bin/systemd 
 
 
   text help