wok-4.x rev 2336
Syslinux: rename common.inc to common.cfg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 01 11:02:24 2009 +0000 (2009-03-01) |
parents | 76990ad741d7 |
children | 5947b2955548 |
files | syslinux/stuff/common.cfg syslinux/stuff/common.inc |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/syslinux/stuff/common.cfg Sun Mar 01 11:02:24 2009 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +default slitaz 1.5 +label web 1.6 + kernel /boot/gpxe 1.7 +label zeb 1.8 + kernel /boot/gpxe 1.9 +label deCH 1.10 + config de_CH.cfg 1.11 +label frCH 1.12 + config fr_CH.cfg 1.13 +label reboot 1.14 + com32 reboot.c32 1.15 + 1.16 +implicit 0 1.17 +prompt 1 1.18 +timeout 80 1.19 +F1 help.txt 1.20 +F2 options.txt 1.21 +F3 isolinux.msg 1.22 +F4 display.txt 1.23 +F5 enhelp.txt 1.24 +F6 enopts.txt 1.25 +
2.1 --- a/syslinux/stuff/common.inc Sun Mar 01 10:56:19 2009 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,22 +0,0 @@ 2.4 -default slitaz 2.5 -label web 2.6 - kernel /boot/gpxe 2.7 -label zeb 2.8 - kernel /boot/gpxe 2.9 -label deCH 2.10 - config de_CH.cfg 2.11 -label frCH 2.12 - config fr_CH.cfg 2.13 -label reboot 2.14 - com32 reboot.c32 2.15 - 2.16 -implicit 0 2.17 -prompt 1 2.18 -timeout 80 2.19 -F1 help.txt 2.20 -F2 options.txt 2.21 -F3 isolinux.msg 2.22 -F4 display.txt 2.23 -F5 enhelp.txt 2.24 -F6 enopts.txt 2.25 -