# HG changeset patch # User Pascal Bellard # Date 1224793448 0 # Node ID 8e037d6c17d6339f4fc59f883f649ad95562d0bc # Parent fc3d0463ba337d72f9deb0ba816752c751a67ca5 syslinux: autologin diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/be.cfg --- a/syslinux/stuff/be.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/be.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using be-latin1 keyboard and fr_FR locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=fr_FR kmap=be-latin1 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=fr_FR kmap=be-latin1 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/br.cfg --- a/syslinux/stuff/br.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/br.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using br-abnt2 keyboard and pt_PT locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=pt_PT kmap=br-abnt2 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=pt_PT kmap=br-abnt2 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/ca.cfg --- a/syslinux/stuff/ca.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/ca.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using cf keyboard and fr_FR locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=fr_FR kmap=cf + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=fr_FR kmap=cf include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/de.cfg --- a/syslinux/stuff/de.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/de.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using de-latin1 keyboard and de_DE locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=de_DE kmap=de-latin1 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=de_DE kmap=de-latin1 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/de_CH.cfg --- a/syslinux/stuff/de_CH.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/de_CH.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using de_CH-latin1 keyboard and de_DE locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=de_DE kmap=de_CH-latin1 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=de_DE kmap=de_CH-latin1 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/en.cfg --- a/syslinux/stuff/en.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/en.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using uk keyboard and C locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=C kmap=uk + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=C kmap=uk include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/es.cfg --- a/syslinux/stuff/es.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/es.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using es keyboard and es_ES locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=es_ES kmap=es + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=es_ES kmap=es include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/fi.cfg --- a/syslinux/stuff/fi.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/fi.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using fi-latin1 keyboard and fi locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=fi kmap=fi-latin1 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=fi kmap=fi-latin1 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/fr.cfg --- a/syslinux/stuff/fr.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/fr.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using fr-latin1 keyboard and fr_FR locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=fr_FR kmap=fr-latin1 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=fr_FR kmap=fr-latin1 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/fr_CH.cfg --- a/syslinux/stuff/fr_CH.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/fr_CH.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using fr_CH-latin1 keyboard and fr_FR locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=fr_FR kmap=fr_CH-latin1 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=fr_FR kmap=fr_CH-latin1 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/hu.cfg --- a/syslinux/stuff/hu.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/hu.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using hu keyboard and hu locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=hu kmap=hu + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=hu kmap=hu include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/isolinux.cfg --- a/syslinux/stuff/isolinux.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/isolinux.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -1,6 +1,6 @@ display isolinux.msg label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/it.cfg --- a/syslinux/stuff/it.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/it.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using it keyboard and it_IT locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=it_IT kmap=it + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=it_IT kmap=it include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/jp.cfg --- a/syslinux/stuff/jp.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/jp.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using jp106 keyboard and jp_JP locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=jp_JP kmap=jp106 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=jp_JP kmap=jp106 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/pt.cfg --- a/syslinux/stuff/pt.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/pt.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using pt-latin1 keyboard and pt_PT locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=pt_PT kmap=pt-latin1 + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=pt_PT kmap=pt-latin1 include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/ru.cfg --- a/syslinux/stuff/ru.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/ru.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using ru keyboard and ru_RU locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=ru_RU kmap=ru + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=ru_RU kmap=ru include common.inc diff -r fc3d0463ba33 -r 8e037d6c17d6 syslinux/stuff/us.cfg --- a/syslinux/stuff/us.cfg Thu Oct 23 20:21:55 2008 +0000 +++ b/syslinux/stuff/us.cfg Thu Oct 23 20:24:08 2008 +0000 @@ -3,6 +3,6 @@ SAY Now using us keyboard and C locale. label slitaz kernel /boot/bzImage - append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal lang=C kmap=us + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin lang=C kmap=us include common.inc