diff --git a/common/post-build.sh b/common/post-build.sh index c13da20..6f8d453 100755 --- a/common/post-build.sh +++ b/common/post-build.sh @@ -53,7 +53,7 @@ function fixup_part() # Dev is either or /dev/.../ [ "$DEV" ] || return 0 - echo $DEV | grep -qE "^/" || DEV="PARTLABEL=$DEV" + echo $DEV | grep -qE "^/" || DEV="LABEL=$DEV" MOUNT="$(partition_arg "$*" 2 "/${DEV##*[/=]}")" FS_TYPE="$(partition_arg "$*" 3 ext2)"