Activity log for bug #1431039

Date Who What changed Old value New value Message
2015-03-11 21:49:41 Maddes bug added bug
2015-03-11 21:49:41 Maddes attachment added Fix Cryptsetup with Plymouth for Remote Unlocking of rootfs via Console https://bugs.launchpad.net/bugs/1431039/+attachment/4341874/+files/cryptroot_plymouth_fix.patch
2015-03-11 22:46:12 Maddes attachment removed Fix Cryptsetup with Plymouth for Remote Unlocking of rootfs via Console https://bugs.launchpad.net/cryptsetup/+bug/1431039/+attachment/4341874/+files/cryptroot_plymouth_fix.patch
2015-03-11 22:46:38 Maddes attachment added Fix Cryptsetup with Plymouth for Remote Unlocking of rootfs via Console https://bugs.launchpad.net/cryptsetup/+bug/1431039/+attachment/4341934/+files/cryptroot_plymouth_fix_ubuntu.patch
2015-03-11 22:48:23 Maddes description The cryptroot script always uses plymouth if present (plymouth is installed by default on Ubuntu). Unfortunately this prevents to unlock an encrypted root from console (e.g. via SSH). Changes in /usr/share/initramfs-tools/scripts/local-top/cryptroot - new parameter "noplymouth": possible to use during boot time to avoid usage of plymouth even if present - kill all plymouth processes with "ask-for-password" after encrypted root is available New file /usr/share/initramfs-tools/hooks/cryptroot_unlock.sh - creates /bin/unlock script in initramfs to define correct PATH and call cryptroot script with correct parameter - creates /etc/motd file in initramfs to inform user about unlock script Kind regards Maddes The cryptroot script always uses plymouth if present (plymouth is installed by default on Ubuntu). Unfortunately this prevents to unlock an encrypted root from console (e.g. via SSH). Changes in /usr/share/initramfs-tools/scripts/local-top/cryptroot - new parameter "noplymouth": possible to use during boot time to avoid usage of plymouth even if present - kill all processes which ask for password after encrypted root is available New file /usr/share/initramfs-tools/hooks/cryptroot_unlock.sh - creates /bin/unlock script in initramfs to define correct PATH and call cryptroot script with correct parameter - creates /etc/motd file in initramfs to inform user about unlock script Kind regards Maddes
2016-02-21 20:52:34 Maddes marked as duplicate 595648