# # Original File # -------------- # http://www.Linux-boot/Loaders/Syslinux/Examples/syslinux.Howto.txt # http://www.Linux-boot/Loaders/Syslinux/Examples/syslinux.cfg # http://www.Linux-boot/Loaders/Syslinux/Examples/syslinux.msg # http://www.Linux-boot/Loaders/Syslinux/Examples/syslinux.append.txt # # # Syslinux.cfg # ------------- # - looks for "linux" as the default label ( DOS formatted boot flop ) # # # 15-Nov-02 amo Date-of-Birth # 23-Aug-03 amo Added boot msg # 15-Aug-04 amo Modified for Linux-Boot.net # 13-Sep-05 amo Added USB-Stick ( /dev/sda1 ) example, split off Append options # # # # Syslinux Install Howto # ----------------------- # http://www.Linux-boot/Loaders/Syslinux/Examples/syslinux.Howto.txt # # # Default label is linux # ------------------------ # Default SyslinuxDemo # Default en # # display syslinux.msg # F1 syslinux.f1 F2 syslinux.f2 # # F1 f1.msg # F2 f2.msg # # # # # wait 5 sec on boot for options prompt 50 timeout 50 # # # Kernel Append options # --------------------- # http://www.Linux-boot/Loaders/Syslinux/Examples/syslinux.append.txt # # Label P4 Kernel vmlinuz-2.4.31ow.p4 # # Label JP Kernel vmlinuz-2.4.31ow.p4 Append lang=ja # # Label USB-Stick Kernel vmlinuz-2.4.31ow.p4 Append root=/dev/ram0 initrd=initrd.gz # # Label EPIA Kernel vmlinuz-2.4.31ow.i586 Append tvout # # Label WRAP Kernel vmlinuz-2.4.31ow.i586 Append console=/dev/tty1 # # # End of file