Comment 5 for bug 715482

Revision history for this message
Matthias Andree (matthias-andree) wrote : Re: [Bug 715482] Re: in /usr/share/initramfs-tools/hooks/plymouth line 53 change /bin/bash to /bin/sh

Not a big deal, I'm using this script:

exec ssh <email address hidden> \
    -i private-ssh-key \
    -t \
    'export PATH=$PATH:/sbin ; plymouth quit ; sh /scripts/local-top/cryptroot && kill $(pidof cryptroot)'

There may be better versions - but this is a viable workaround. However
the non-installed-shell problem can *NOT* be worked around as dropbear
refuses the login because /bin/bash is an invalid shell.