Topic: How to set the language (Keymap, ....) for isolinux
Hello,
I added gparted-live-cd to my"ultimate boot cd" (http://www.ultimatebootcd.com) with the following 2 lines in the boot-menu "custom.scn":
print " [F3] GParted Live-CD 0.3.4-0 (Linux Partitionierer - kann auch NTFS) "
if ($lastKey == key[F3]); then isolinux vmlinuz1 initrd=vmlinuz1.igz root=/dev/ram0 init=/linuxrc vga=788 looptype=squashfs loop=/gparted.dat dokeymap cdroot splash=silent nosound docache
This works verry fine. But no I also want to set the Language (Keymap, ...) to german, so that the user do not get the prompts to select the language.
Is this possible?