I didn't see this mentioned in errata so I don't know if it has been noted yet or not.
http://www.linuxfromscratch.org/lfs/view/stable/chapter06/kbd.html The instructions have ./configure --prefix=/usr --datadir=/lib/kbd \ --disable-vlock While that does fix the problem of where the keyboard files go, unfortunately it also results in the locale files being installed into /lib/kbd instead of /usr/share Might be better to patch the makefile for the install location of the keymaps to separate it from datadir ?? Or add instructions to move the locale files post install (I think that would work, I don't use them though) -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page