persistence luks mounting "Loading" error
authorstack <stack@inventati.org>
Tue, 19 Feb 2013 00:49:23 +0000 (01:49 +0100)
committerstack <stack@inventati.org>
Tue, 19 Feb 2013 00:49:23 +0000 (01:49 +0100)
commitd6cf774555166ee949904291232a250992956219
treee52c03e5afd175accd5e40b0de7d8f18b00fdb41
parent981f6708d2fc757c13abfae720e4789c1a169b3f
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.
xfce-desktop/config/includes.chroot/lib/live/boot/9990-misc-helpers.sh [new file with mode: 0755]