Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/__init__.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-11 18:11:38 +0000
committerGitHub <noreply@github.com>2021-11-11 18:11:38 +0000
commitca52c796a55fd34cc1309f26bab86e15da722182 (patch)
tree6dd56f60f5445920788fc1a94d1e93f34c78aea7 /archinstall/__init__.py
parent9b944b90b151a616e36f7361c7cf3c6951e61970 (diff)
parentc0bf44e0ae82bf2e379e57965c0e21694b61cd3c (diff)
Merged PR #711 - Fixing disk "ghosting" issues using partprobe
* Adding partprobe at strategic places. * Swapped `for partition in blockdevice` to `for uuid, partition in blockdevice.partitions.items()` instead as `__iter__` for debugging purposes. * `get_mount_info()` now causes a exception rather than returning nothing if there is nothing to be shown. This to avoid issues where in places this is crucial information and it went by unnoticeable. Using exception handlers where it doesn't matter if there's any information or not.
Diffstat (limited to 'archinstall/__init__.py')
0 files changed, 0 insertions, 0 deletions