Skip to content

Commit

Permalink
Decrease zerofree verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMT authored and fuji246 committed Sep 13, 2019
1 parent 6c8de79 commit c337f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export-image/04-finalise/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit c337f9d

Please sign in to comment.