From 67545a912a2e3f9b4c27c51c6b0a0e08071e80f8 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Thu, 28 Jul 2011 15:46:02 +0200 Subject: [PATCH] Use systemd per default --- templates/boot/isolinux/default.cfg | 2 +- templates/boot/isolinux/grml.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4