#!/bin/bash # --datadir=/lib/kbd # This option puts keyboard layout data in a directory that will # always be on the root partition instead of the default /usr/share/kbd CONFIGURE_OPTS="\ --datadir=/lib/kbd ${CONFIGURE_OPTS}" hvbuild_post() { # Some of the scripts in the LFS-Bootscripts package depend on kbd_mode, # openvt, and setfont. As /usr may not be available during the early stages # of booting, those binaries need to be on the root partition: mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin }