Bug#819288: console-setup-linux: keyboard-setup.sh init script (actually, the cached scripts) rely on /tmp, which may not be mounted at early boot

2016-10-26 Thread Anthony DeRobertis
Package: console-setup Version: 1.152 Followup-For: Bug #819288 Upgrading from 1.147 to 1.152 has made this change, as recorded by etckeeper: diff --git a/console-setup/cached_setup_keyboard.sh b/console-setup/cached_setup_keyboard.sh index 30b46c1..ad6d653 100755 ---

Bug#819288: console-setup-linux: keyboard-setup.sh init script (actually, the cached scripts) rely on /tmp, which may not be mounted at early boot

2016-03-28 Thread Anton Zinoviev
On Sun, Mar 27, 2016 at 12:06:39PM -0300, Felipe Sateler wrote: > > But, maybe setupcon should force remove the cached script if it > contains references to /tmp (or better yet, the script does not match > /etc/console-setup/cached_*.map.gz) Yes, something has to be done about this. Anton

Bug#819288: console-setup-linux: keyboard-setup.sh init script (actually, the cached scripts) rely on /tmp, which may not be mounted at early boot

2016-03-27 Thread Felipe Sateler
On 26 March 2016 at 06:21, Anton Zinoviev wrote: > On Sat, Mar 26, 2016 at 12:53:45AM -0300, Felipe Sateler wrote: >> >> The cached scripts rely on the compiled keyboard maps to be present in >> /tmp (presumably by having being saved by setupcon -k). > > Hm, this is totaly

Bug#819288: console-setup-linux: keyboard-setup.sh init script (actually, the cached scripts) rely on /tmp, which may not be mounted at early boot

2016-03-26 Thread Anton Zinoviev
On Sat, Mar 26, 2016 at 12:53:45AM -0300, Felipe Sateler wrote: > > The cached scripts rely on the compiled keyboard maps to be present in > /tmp (presumably by having being saved by setupcon -k). Hm, this is totaly unexpected. Normally the cached scripts rely on compiled keyboard maps in

Bug#819288: console-setup-linux: keyboard-setup.sh init script (actually, the cached scripts) rely on /tmp, which may not be mounted at early boot

2016-03-25 Thread Felipe Sateler
Package: console-setup-linux Version: 1.141 Severity: normal Hi, The cached scripts rely on the compiled keyboard maps to be present in /tmp (presumably by having being saved by setupcon -k). However, when /tmp is a separate filesystem, this will never work, as the init script is run to soon,