You are not logged in.
hey everyone,
i am in the process of customizing the live CD, but am having issues setting the default language and keymap.
things i have tried:
append isolinux.cfg with lang=en kmap=en
append boot options menu with lang=en kmap=en
command line boot: slitaz lang=en kmap=en
have also tried variations on en such as en_US & en_GB
also tried omitting kmap just to see if i can set default language.
all of the above still presents me with 'Language Configuration' when loading the gui
any ideas?
Offline
Hi dradsa,
I don't know the reason but syslinux execute first the code of the /boot/isolinux/i18n.cfg file.
To prevent to display the language configuration screen at boot, comment the line [c]INCLUDE i18n.cfg[/c] in /boot/isolinux/isolinux.cfg
Offline
# iso2exe -a "lang=en kmap=en" slitaz-rolling.iso -f
See http://doc.slitaz.org/en:guides:bootguide
http://cook.slitaz.org/cooker.cgi?doc=syslinux&file=README.custom
(Not available before 5.0)
Edit: available in system->tazpanel as root since rolling 2016-11-20
tazpanel->boot->live->Create a hybrid ISO
Offline
@ceel
Just remove STARTIFNOARG in i18n.cfg
http://hg.slitaz.org/wok/file/3f33b4b50b30/syslinux/stuff/i18n.cfg#l5
See http://hg.slitaz.org/wok/file/3f33b4b50b30/syslinux/stuff/extra/readconfig.u#l15
@dradsa
A patched iso will skip STARTIFNOARG
http://hg.slitaz.org/wok/file/3f33b4b50b30/syslinux/stuff/extra/readconfig.u#l38
Offline
Thanks Bellard.
Offline
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]