On Fri, Apr 08, 2016 at 09:33:39PM +0300, Andriy Martynets wrote: >Package: console-setup-linux >Version: 1.141 >Severity: important > >Dear Maintainer, > >After latest system update (can't say for sure console-setup-linux or >console-tools package was updated or both) keyboard-setup.sh started >to fail at boot time. The point is that the script calls >/etc/console-setup/cached_setup_keyboard.sh which in turn calls >kbd_mode (utility from console-tools package) located in /usr/bin >directory. The /usr filesystem isn't available at that stage as >keyboard-setup.sh runs before mountall.sh. > >I believe that tools required at boot time must be within the rootfs >(/bin or /sbin directories) or order of the init scripts must be >changed.
This isn't a bug - if you have a separate /usr, it's expected that it will be mounted by the initramfs before you get this far. -- Steve McIntyre, Cambridge, UK. st...@einval.com < Aardvark> I dislike C++ to start with. C++11 just seems to be handing rope-creating factories for users to hang multiple instances of themselves.