]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added some options to syslinux.conf that are needed by the new livecd.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 15:38:12 +0000 (17:38 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 15:38:12 +0000 (17:38 +0200)
config/bootloader/installer.conf

index 3b6da05499e10dcdcaf27cd515e383a2656f48e0..2741f70710c2b5806f302780db656d8a7d1c0f46 100644 (file)
@@ -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