mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
image-builder: fix "paratition" typo
Fixes: #89 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
cc33986bef
commit
32aee00673
@ -194,9 +194,9 @@ create_rootfs_disk()
|
|||||||
mkfs.ext4 -q -F -b "${BLOCK_SIZE}" "${DEVICE}p1"
|
mkfs.ext4 -q -F -b "${BLOCK_SIZE}" "${DEVICE}p1"
|
||||||
OK "Image formated"
|
OK "Image formated"
|
||||||
|
|
||||||
info "Mounting root paratition"
|
info "Mounting root partition"
|
||||||
mount "${DEVICE}p1" "${MOUNT_DIR}"
|
mount "${DEVICE}p1" "${MOUNT_DIR}"
|
||||||
OK "root paratition mounted"
|
OK "root partition mounted"
|
||||||
RESERVED_BLOCKS_PERCENTAGE=3
|
RESERVED_BLOCKS_PERCENTAGE=3
|
||||||
info "Set filesystem reserved blocks percentage to ${RESERVED_BLOCKS_PERCENTAGE}%"
|
info "Set filesystem reserved blocks percentage to ${RESERVED_BLOCKS_PERCENTAGE}%"
|
||||||
tune2fs -m "${RESERVED_BLOCKS_PERCENTAGE}" "${DEVICE}p1"
|
tune2fs -m "${RESERVED_BLOCKS_PERCENTAGE}" "${DEVICE}p1"
|
||||||
|
Loading…
Reference in New Issue
Block a user