aboutsummaryrefslogtreecommitdiffstats
path: root/export-image
diff options
context:
space:
mode:
authorLouis Matthijssen <[email protected]>2019-01-30 21:48:22 +0100
committerXECDesign <[email protected]>2019-01-30 20:49:45 +0000
commit3961bff8a401588d9a5d32066175aad605671768 (patch)
treeeea194e4eaef0ec35b0287949ce69631504366ff /export-image
parent61a994c88ceb4a9ded0aca5eeedbe56c801b5acd (diff)
Decrease zerofree verbosity
Fixes #251
Diffstat (limited to 'export-image')
-rwxr-xr-xexport-image/04-finalise/01-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/export-image/04-finalise/01-run.sh b/export-image/04-finalise/01-run.sh
index 2a84173..c33de6d 100755
--- a/export-image/04-finalise/01-run.sh
+++ b/export-image/04-finalise/01-run.sh
@@ -68,7 +68,7 @@ cp "$ROOTFS_DIR/etc/rpi-issue" "$INFO_FILE"
ROOT_DEV="$(mount | grep "${ROOTFS_DIR} " | cut -f1 -d' ')"
unmount "${ROOTFS_DIR}"
-zerofree -v "${ROOT_DEV}"
+zerofree "${ROOT_DEV}"
unmount_image "${IMG_FILE}"