Re: change default keymap for /boot/loader?

2010-08-21 Thread Alexander Best

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

References

   1. http://www.downwind.com.au/avdir/rd.php?id=7564
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: change default keymap for /boot/loader?

2010-08-17 Thread Polytropon
On Tue, 17 Aug 2010 13:15:43 +, Alexander Best  wrote:
> hi there,
> 
> just wanted to ask if there's a way to change the default US keymap for
> /boot/loader to something else?
> 
> i have
> 
> options   UKBD_DFLT_KEYMAP
> makeoptions   UKBD_DFLT_KEYMAP="german.iso"
> 
> in my kernel conf, however this doesn't seem to apply to /boot/loader.

I have noted this behaviour already in FreeBSD 7; in 5, I had
both german settings for AT and USB keyboard - WORKING. Maybe
support has been dropped? Is ignored? Hmmm...

Anyway, I never noticed the boot loader was interested in that
setting. It became active when booting into single user mode
("boot -s", which had to be entered according to the US keymap).

This is the whole set of options for the kernel:

options SC_DFLT_FONT
makeoptions SC_DFLT_FONT=iso
options ATKBD_DFLT_KEYMAP
makeoptions ATKBD_DFLT_KEYMAP="german.iso"
options UKBD_DFLT_KEYMAP
makeoptions UKBD_DFLT_KEYMAP="german.iso"

I also included the ISO font for the syscons driver so the german
specific letters could be displayed.

Coming back to your basic question: I don't think there's a way to
modify the early stage loader keymap.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"