Do not remove mount point
This commit is contained in:
parent
cb154e8139
commit
a3eb58327c
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ unmount_image "$IMG_FILE"
|
|||
|
||||
rm -f "$IMG_FILE"
|
||||
|
||||
rm -rf "$ROOTFS_DIR"
|
||||
mkdir -p "$ROOTFS_DIR"
|
||||
|
||||
BOOT_SIZE=$(du --apparent-size -s "$ROOTFS_DIR/boot" --block-size=1 | cut -f 1)
|
||||
|
|
Reference in a new issue