Decrease zerofree verbosity

Fixes #251
pull/258/head
Louis Matthijssen 2019-01-30 21:48:22 +01:00 committed by XECDesign
parent 61a994c88c
commit 3961bff8a4
1 changed files with 1 additions and 1 deletions

View File

@ -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}"