pmbootstrap/pmb/install
clayton craft 4204a86992 Fix #673: Only load loop module if it is not already loaded in the kernel (#675)
This checks for /sys/modules/loop before modprobing the loop module. My
understanding is that if this module is built into the kernel, that this
directory is still created. For a kernel without loop built in,
losetup.py will try to load the module using modprobe.
2017-10-02 21:53:01 +00:00
..
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00
blockdevice.py Fix #363: Omit /home/user when calculating system image size (#389) 2017-08-18 19:19:48 +00:00
file.py Write custom os-release (closes #324) (#439) 2017-08-23 16:40:16 +00:00
format.py Adjust luksFormat options to reduce time to open luks device on boot (#430) 2017-09-19 19:46:18 +00:00
install.py Fix typo in pmb/install/install.py (#658) 2017-09-30 20:01:20 +00:00
losetup.py Fix #673: Only load loop module if it is not already loaded in the kernel (#675) 2017-10-02 21:53:01 +00:00
partition.py Fix #475: Retry finding the install partitions (#479) 2017-08-30 18:58:51 +00:00
recovery.py Add support for isorec flashing in recovery installer (#609) 2017-09-28 22:05:00 +00:00