install.sh: free space detection, btrfs online resize, sfdisk, partition naming + install.md fix #14

Merged
obel1x merged 13 commits from :main into devel 2026-04-27 17:26:04 +02:00
Showing only changes of commit bfa5515d75 - Show all commits
+1 -1
View File
@@ -98,7 +98,7 @@ collect_partitions() {
[[ "$LABEL" == "$OEMDRV_LABEL" ]] && continue
[[ -z "$PKNAME" ]] && continue
local disk="/dev/$PKNAME"
local disk="/dev/${PKNAME##*/}"
local pnum
pnum=$(cat /sys/class/block/"${NAME##/dev/}"/partition 2>/dev/null) || continue