Skip to content

Commit

Permalink
Update DiskSetup.sh
Browse files Browse the repository at this point in the history
Allows use of label-less target-volumes
  • Loading branch information
ferricoxide authored Jan 16, 2025
1 parent 45ef67a commit f9713d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiskSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function CleanChrootDiskPrtTbl {
local PDEV

HAS_PARTS="$(
parted -s "${CHROOTDEV}" print | \
parted -s "${CHROOTDEV}" print || true | \
sed -e '1,/^Number/d' \
-e '/^$/d'
)"
Expand Down

0 comments on commit f9713d5

Please sign in to comment.