pmbootstrap/pmb/config
Oliver Smith 9d4bc61545
Fix #47: Support /dev/sd* as sdcard device
* The check for valid sdcard paths has been removed (because it
  doesn't make sense for /dev/sd*, this might as well be a real
  harddrive)
* New check: abort if any partition of the sdcard is mounted
* Automatically detect if the partitions are called "p1", "p2" etc.
  or just "1", "2" etc. (/dev/sda1 vs. /dev/mmcblk0p1)
* pmb.helpers.mount.ismount(): check the source (new) and the target
  path in /proc/mounts
2017-06-04 02:57:37 +02:00
..
__init__.py Fix #47: Support /dev/sd* as sdcard device 2017-06-04 02:57:37 +02:00
init.py Fixes workdir lowercasing. 2017-05-28 14:27:48 -04:00
load.py Hello, there! 2017-05-26 22:08:45 +02:00
save.py Hello, there! 2017-05-26 22:08:45 +02:00