pmbootstrap/pmb/install
cmdr2 2afe205243 Ignore directories while searching for loop devices (#235)
Thanks, cmdr2! Here's the text from his PR:

Fixes an issue on alpine-vanilla, where `/dev/loop` is a directory (containing `/dev/loop/0`, `/dev/loop/1` ..etc), and causes `./pmbootstrap install` to fail.

Ignoring the `/dev/loop` directory works because `/dev/` also contains files named `/dev/loop0`, `/dev/loop1` ..etc, which the new code will still pick up.

The `install` command passes after this fix on my alpine-vanilla.
2017-07-23 12:24:56 +00:00
..
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00
blockdevice.py Make static code analysis go through again 2017-06-04 04:27:49 +02:00
format.py Improve the FDE hint, you need to type in the password twice. 2017-07-22 12:49:43 +02:00
install.py Close #215: Write explicity what passwords are for in install 2017-07-21 21:14:16 +02:00
losetup.py Ignore directories while searching for loop devices (#235) 2017-07-23 12:24:56 +00:00
partition.py Fix #40: allow sdcard install, when the sdcard is mounted as /dev/sd* 2017-06-10 00:29:48 +02:00