]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/syslinux/syslinux.cfg
core186: Ship ovpnmain.cgi
[people/pmueller/ipfire-2.x.git] / config / syslinux / syslinux.cfg
index 88320890cc0ca736d0ace02498547ed9b1eac4d1..30bc629c525f66680fbc796593768923077801e1 100644 (file)
@@ -1,3 +1,4 @@
+SERIAL 0 115200
 
 UI vesamenu.c32
 PROMPT 0
@@ -25,8 +26,7 @@ MENU TITLE Welcome!
 LABEL installer
        MENU LABEL Install IPFire VERSION
        TEXT HELP
-Install the version of IPFire that is
-on this disk.
+Install the version of IPFire that is on this disk.
        ENDTEXT
        KERNEL vmlinuz
        INITRD instroot
@@ -50,6 +50,7 @@ Run the installer in text mode.
                ENDTEXT
                KERNEL vmlinuz
                INITRD instroot
+               APPEND novga
 
        LABEL unattended
                MENU LABEL Unattended installation
@@ -58,7 +59,7 @@ Run an unattended installation.
                ENDTEXT
                KERNEL vmlinuz
                INITRD instroot
-               APPEND unattended
+               APPEND installer.unattended
 MENU END
 
 MENU BEGIN tools
@@ -76,14 +77,44 @@ MENU BEGIN tools
 Diagnose memory problems with memtest86+.
                ENDTEXT
                KERNEL memtest
+MENU END
+
+MENU BEGIN serial
+       MENU TITLE Serial console options
+
+       LABEL serial.back
+               MENU LABEL Back
+               MENU EXIT
+
+       MENU SEPARATOR
+
+       LABEL ipfire-serial
+               MENU LABEL Install IPFire (serial)
+               TEXT HELP
+Run the installer with serial console.
+               ENDTEXT
+               KERNEL vmlinuz
+               INITRD instroot
+               APPEND console=ttyS0,115200 novga
+
+       LABEL unattended-serial
+               MENU LABEL Unattended installation (serial)
+               TEXT HELP
+Run an unattended installation wit serial console.
+               ENDTEXT
+               KERNEL vmlinuz
+               INITRD instroot
+               APPEND console=ttyS0,115200 novga installer.unattended
 
-       LABEL hdt
-               MENU LABEL Hardware Detection Tool
+       MENU SEPARATOR
+
+       LABEL memtest-serial
+               MENU LABEL memtest86+ (serial)
                TEXT HELP
-Check your hardware with the Hardware Detection
-Tool!
+Diagnose memory problems with memtest86+ with serial console.
                ENDTEXT
-               KERNEL hdt.c32
+               KERNEL memtest
+               APPEND console=ttyS0,115200
 MENU END
 
 MENU SEPARATOR