pmbootstrap/pmb/install
Oliver Smith 7abb281296
partitions_mount: fix finding the partition (MR 2178)
Instead of trying both "${dev}1" and "${dev}p1" as partition paths, only
try one of them depending on if "${dev}" ends in a number or not. This
fixes getting a wrong /dev/loop11 partition by accident if there are
many loop devices, instead of only looking for the correct path
/dev/loop1p1. People reported this happening with snaps on ubuntu.
2022-04-14 09:09:46 +02:00
..
__init__.py Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
_install.py pmb.install: Treat empty "flash_sparse_samsung_format" as disabled (MR 2180) 2022-04-13 21:01:20 +02:00
blockdevice.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
format.py Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
losetup.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
partition.py partitions_mount: fix finding the partition (MR 2178) 2022-04-14 09:09:46 +02:00
recovery.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
ui.py Happy new year 2022! 2022-01-02 22:39:14 +01:00