9d86f6fe92
In resize_root_partition(), put the unallocated space check into an extra function has_unallocated_space(). Run it even if PMOS_FORCE_PARTITION_RESIZE is used, so we don't attempt to resize the partition if there is no free space. While at it, change "sed 's/p?2$//'" to "sed 's/2$//' in an already modified line, because it means the same thing and is less confusing (? in regex means: 0 or 1 time). |
||
---|---|---|
.. | ||
00-default.modules | ||
APKBUILD | ||
init.sh.in | ||
init_functions.sh | ||
mkinitfs.sh | ||
mkinitfs_functions.sh | ||
mkinitfs_test.sh | ||
postmarketos-mkinitfs.trigger |