From: Michael Tremer Date: Tue, 26 Aug 2008 15:38:12 +0000 (+0200) Subject: Added some options to syslinux.conf that are needed by the new livecd. X-Git-Tag: v3.0-alpha1~733^2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe0aefec899b9d786f15c3c4962302d6cdc246e3;p=ipfire-3.x.git Added some options to syslinux.conf that are needed by the new livecd. --- diff --git a/config/bootloader/installer.conf b/config/bootloader/installer.conf index 3b6da0549..2741f7071 100644 --- a/config/bootloader/installer.conf +++ b/config/bootloader/installer.conf @@ -8,7 +8,7 @@ F1 boot.msg F2 options.msg MENU BACKGROUND splash.jpg -MENU TITLE Welcome to IPFire VERSION! +MENU TITLE Welcome to NAME VERSION! MENU COLOR border 0 #ffffffff #00000000 MENU COLOR sel 7 #ffffffff #ff000000 MENU COLOR title 0 #ffffffff #00000000 @@ -20,13 +20,13 @@ MENU hidden MENU hiddenrow 5 LABEL install - MENU label ^Install a new IPFire system (text mode) + MENU label ^Install a new NAME system (text mode) MENU default - KERNEL ipfire0 - APPEND initrd=initrd0 mode=install + KERNEL SNAME0 + APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 ro label rescue - MENU label ^Rescue installed IPFire system - KERNEL ipfire0 + MENU label ^Rescue installed NAME system + KERNEL SNAME0 APPEND initrd=initrd0 mode=rescue label local MENU label Boot from ^local drive