From: Ulrich Dangel Date: Thu, 28 Jul 2011 13:46:02 +0000 (+0200) Subject: Use systemd per default X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=refs%2Fheads%2Fmru%2Fsystemd Use systemd per default --- diff --git a/templates/boot/isolinux/default.cfg b/templates/boot/isolinux/default.cfg index 9e032a3..95c3232 100644 --- a/templates/boot/isolinux/default.cfg +++ b/templates/boot/isolinux/default.cfg @@ -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 diff --git a/templates/boot/isolinux/grml.cfg b/templates/boot/isolinux/grml.cfg index a3e8efa..fa32d66 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -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