Hello,
I'm new here and I try to remaster a simple tinycore CD with german locale since two days.
But all i tried does not work.
I installed (download and load) kmaps, getlocale and base-locale
First i set locale without X
sudo loadkmap < /usr/share/kmap/qwertz/de-latin1-nodeadkeys
then i started
sudo getlocale.sh
and choosed ISO-8859-15 de_DE@euro, ISO-8859-1 de_DE, UTF-8 de_DE.
After that I started ezremaster and choosed tinycore-current.iso and this boot codes:
lang=de kmap=de-latin1-nodeadkeys
Then I added (Add App Extract TCZ to initrd) mylocale.tcz kmaps.tcz getlocale.tcz and base-locale.tcz ("Run TCZ startup scripts in chroot now" was marked) and built the iso.
But it does not work.
I also tried to edit the onboot.lst in core.gz and added mylocale.tcz.
I edited /opt/bootlocal.sh and added:
mkdir -p /usr/lib/locale
localedef -i de_DE -f ISO-8859-15 de_DE@euro
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE -f UTF-8 de_DE
But this has also failed.
Does anyone know how to do?
Thanks Smarty