Skip to content

Commit

Permalink
Set "last mounted at" path, supress warning
Browse files Browse the repository at this point in the history
Specifically the "that's not a block device" warning.
  • Loading branch information
singpolyma committed Aug 24, 2011
1 parent 2b4af0f commit 1b73d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mirror
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ ! -e "$IMAGE_FILE" ]; then
exit 1
fi

mkfs.ext2 "$IMAGE_FILE"
mkfs.ext2 -M "$UNION_LOCATION" -F "$IMAGE_FILE"
echo "Image Created"
fi

Expand Down

0 comments on commit 1b73d47

Please sign in to comment.