Bug#855242: Info received (Bug#855242: Info received (Bug#855242: Acknowledgement (Stretch RC 2 - LVM not booting)))

2017-02-18 Thread Ben Hutchings
On Sat, 2017-02-18 at 15:39 +0100, zak-...@plugenjoy.de wrote: > Can be fixed in initramfs-tools like this: [...] ...but it won't be. If we supported a separate /usr/lib, why about /usr/share, /usr/bin, /usr/sbin? Where does this end? Ben. -- Ben Hutchings Knowledge is power.  France is bacon

Bug#855242: Info received (Bug#855242: Info received (Bug#855242: Acknowledgement (Stretch RC 2 - LVM not booting)))

2017-02-18 Thread zak-123
Can be fixed in initramfs-tools like this: git diff init diff --git a/init b/init index 9552e5c..82f1cb1 100755 --- a/init +++ b/init @@ -236,6 +236,12 @@ if read_fstab_entry /usr; then log_end_msg fi +if read_fstab_entry /usr/lib; then + log_begin_msg "Mounting /usr/lib file syst