From: Michael Tremer Date: Thu, 28 Aug 2008 18:51:56 +0000 (+0200) Subject: Let the kernel boot quiet and give the mode to start up with. X-Git-Tag: v3.0-alpha1~733^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0767dafc60aa52ab8a097c3e116febdf633b332a;p=ipfire-3.x.git Let the kernel boot quiet and give the mode to start up with. --- diff --git a/config/bootloader/installer.conf b/config/bootloader/installer.conf index 2741f7071..4bb92f849 100644 --- a/config/bootloader/installer.conf +++ b/config/bootloader/installer.conf @@ -23,11 +23,11 @@ LABEL install MENU label ^Install a new NAME system (text mode) MENU default KERNEL SNAME0 - APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 ro + APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 mode=install quiet ro label rescue MENU label ^Rescue installed NAME system KERNEL SNAME0 - APPEND initrd=initrd0 mode=rescue + APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 mode=rescue quiet ro label local MENU label Boot from ^local drive LOCALBOOT 0xffff