wok-current diff syslinux/stuff/isolinux.cfg @ rev 12287

syslinux: merge md5sum, kbdmap and linux. kbdmap will append the kernel cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 15 17:51:38 2012 +0200 (2012-04-15)
parents 2ce3164a7eff
children 591795b60a3e
line diff
     1.1 --- a/syslinux/stuff/isolinux.cfg	Tue Apr 10 17:39:05 2012 +0200
     1.2 +++ b/syslinux/stuff/isolinux.cfg	Sun Apr 15 17:51:38 2012 +0200
     1.3 @@ -29,8 +29,8 @@
     1.4  # Labels
     1.5  LABEL slitaz
     1.6  	MENU LABEL SliTaz Live
     1.7 -	KERNEL /boot/bzImage
     1.8 -	APPEND initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin
     1.9 +	COM32 c32box.c32
    1.10 +	APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin
    1.11  
    1.12  LABEL help
    1.13  	MENU LABEL Help & Options
    1.14 @@ -40,8 +40,8 @@
    1.15  
    1.16  LABEL md5sum
    1.17  	MENU LABEL Check media
    1.18 -	COM32 md5sum.c32
    1.19 -	append /md5sum
    1.20 +	COM32 c32box.c32
    1.21 +	append md5sum /md5sum
    1.22  
    1.23  LABEL cmdline
    1.24  	MENU LABEL Command Line
    1.25 @@ -53,7 +53,13 @@
    1.26  
    1.27  LABEL reboot
    1.28  	MENU LABEL Reboot System
    1.29 -	COM32 reboot.c32
    1.30 +	COM32 c32box.c32
    1.31 +	append reboot
    1.32 +
    1.33 +LABEL poweroff
    1.34 +	MENU LABEL Power off
    1.35 +	COM32 c32box.c32
    1.36 +	append poweroff
    1.37  
    1.38  # Help files
    1.39  F1 help.en