Author Topic: change default keymap  (Read 1157 times)

Krizz

  • Guest
change default keymap
« on: March 04, 2011, 03:14:42 PM »
How do I change the default keymap to Swedish without having to scroll through the menu that pops-up just before you get into the desktop? I've tried setting 'keyb=se' but that did not work and how do I remove the keyboard map selection window that pops-up right before it goes into the desktop?

Here is my isolinux.cfg:

default Copy to RAM
prompt 0
timeout 30
ui gfxboot.com bootlogo
label LiveCD
    kernel vmlinuz
    append livecd=livecd initrd=initrd.gz root=/dev/rd/3 apci=on vga=788 keyb=se vmalloc=256M splash=silent
label LiveCD - No Boot Splash
    kernel vmlinuz
    append livecd=livecd initrd=initrd.gz root=/dev/rd/3 apci=on vga=788 keyb=se vmalloc=256M splash=verbose
label Video safe mode - VESA
    kernel vmlinuz
    append livecd=livecd initrd=initrd.gz root=/dev/rd/3 apci=on vga=788 keyb=se vmalloc=256M splash=silent vesa
label Safe boot
    kernel vmlinuz
    append livecd=livecd initrd=initrd.gz root=/dev/rd/3 acpi=off vga=normal keyb=se vmalloc=256M noapic nolapic nopinit vesa
label Console
    kernel vmlinuz
    append livecd=livecd 3 initrd=initrd.gz root=/dev/rd/3 apci=on vga=788 keyb=se vmalloc=256M splash=silent
label Copy to RAM
    kernel vmlinuz
    append livecd=livecd copy2ram initrd=initrd.gz root=/dev/rd/3 apci=on vga=792 keyb=se vmalloc=256M
label Media Check
    kernel vmlinuz
    append livecd=livecd md5sum initrd=initrd.gz root=/dev/rd/3 apci=on vga=788 keyb=se vmalloc=256M splash=verbose
#label Legacy Kernel
#    kernel vmlinuz2
#    append livecd=livecd initrd=initrd2.gz initrd=initrd.gz root=/dev/rd/3 apci=on vga=788 keyb=se vmalloc=256M

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: change default keymap
« Reply #1 on: March 04, 2011, 04:21:06 PM »
The query about omitting the keyboard question was asked before, but I do not believe there was a solution forthcoming at that time.

I hope you have better luck this time  ;)