Date: Sun, 16 Nov 2014 12:53:59 +0100 From: Oliver Pinter <oliver.pinter@hardenedbsd.org> To: Dominik Zajac <banym@banym.de> Cc: freebsd-current@freebsd.org Subject: Re: Changing makeoptions UKBD_DFLT_KEYMAP leads to kernel build fail Message-ID: <CAPQ4fftDMiBPz%2BN-U70jkn2kQvcWhS8RADaLm_LE%2BoBMo-dBmw@mail.gmail.com> In-Reply-To: <5467CEE2.908@banym.de> References: <5467CEE2.908@banym.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/15/14, Dominik Zajac <banym@banym.de> wrote: > Hi, > > I am trying to change the default keymap for my keyboard therefore I > added the following options to my kernel configuration which leads to > the error bellow. > > Added options: > > options KBD_INSTALL_CDEV > > options UKBD_DFLT_KEYMAP > > makeoptions UKBD_DFLT_KEYMAP=de.iso > > > I tried it with this, too: > > makeoptions UKBD_DFLT_KEYMAP=german.iso > > > Both leads to the following problem: > > > /usr/src/sys/dev/usb/input/ukbd.c:1209:18: error: use of undeclared > identifier 'key_map' > > sc->sc_keymap = key_map; > > ^ > > /usr/src/sys/dev/usb/input/ukbd.c:1210:18: error: use of undeclared > identifier 'accent_map' > > sc->sc_accmap = accent_map; > > ^ > > 2 errors generated. > > *** Error code 1 Hi! See this ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194744 and the related bugs. > > Is there a dynamic way to change the keyboard layout at boot time to typ > the zfs passphrase on my default keyboardlayout? > > Regards, > > Dominik > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPQ4fftDMiBPz%2BN-U70jkn2kQvcWhS8RADaLm_LE%2BoBMo-dBmw>