mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-27 15:37:00 +00:00
Update build-arm-image.sh
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
parent
b44b329fb7
commit
b65986b47e
@ -73,7 +73,7 @@ cleanup() {
|
||||
fi
|
||||
|
||||
if [ "$disable_lvm" == "false" ]; then
|
||||
lvremove --yes KairosVG
|
||||
lvremove --yes KairosVG || true
|
||||
fi
|
||||
MAPPER_LOOP=$(basename "$LOOP")
|
||||
for LOOPPART in $(ls /dev/mapper/"${MAPPER_LOOP}"*| awk -F'/' {'print $4'}); do
|
||||
|
Loading…
Reference in New Issue
Block a user