From: stack Date: Tue, 19 Feb 2013 00:49:23 +0000 (+0100) Subject: persistence luks mounting "Loading" error X-Git-Url: https://v.licheni.net/stack/code/debianlive.git/commitdiff_plain/d6cf774555166ee949904291232a250992956219?hp=d6cf774555166ee949904291232a250992956219 persistence luks mounting "Loading" error loadkeys in load_keymap was outputting a message about Loading /etc/boottime.kmap.gz and that was taken into account as return value for open_luks_device(). loadkeys is now called with -q (quiet) switch. This was a boot message example before the fix, notice the "mounting Loading": Begin: Running /scripts/live-realpremount ... done. Begin: Mounting "/live/medium/live/filesystem.squashfs" on "//filesystem.squashfs" via "/dev/loop0" ... done. Enter passphrase for /dev/sdb2: mount: mounting Loading on /live/persistence/Loading failed: No such device sort: /tmp/custom_mounts.list: No such file or directory /init: line 1: can't open /tmp/custom_mounts.list: no such file rm: can't remove '/tmp/custom_mounts.list': No such file or directory umount: can't umount /live/overlay: Device or resource busy done. Begin: Configuring fstab ... done. Begin: Preconfiguring networking ... done. ---