pmbootstrap/pmb
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
..
aportgen Fix #219 for real! 2017-07-22 12:36:00 +02:00
build Various distccd related improvements, mostly respect --verbose (#216) 2017-07-21 16:25:52 +00:00
challenge Challenge APK files: less output by default 2017-07-14 19:32:57 +02:00
chroot pmbootstrap shutdown: Make cryptsetup closing slightly more robust 2017-07-21 23:44:28 +02:00
config Fix #145: add deviceinfo_flash_offset_base again (#175) 2017-07-19 20:44:12 +00:00
flasher Merge pull request #218 from postmarketOS/fix/162-install-no-args.add 2017-07-23 12:08:56 +02:00
helpers Close #195: Ignore parameters in dependencies (#225) 2017-07-22 09:54:49 +00:00
install Ignore directories while searching for loop devices (#235) 2017-07-23 12:24:56 +00:00
parse Close #198: Add possibility to override the kernel commandline during boot (#217) 2017-07-22 21:16:51 +00:00
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00