Skip to content

Commit

Permalink
Lowered default ZFS qcow2 image size from 10GB to to 256MB
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Kozaczuk <[email protected]>
  • Loading branch information
wkozaczuk committed Mar 12, 2019
1 parent 5281623 commit 979f685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ do
done

# fs_size_mb is in megabytes (1024*1024 bytes)
fs_size_mb=${vars[fs_size_mb]-10240}
fs_size_mb=${vars[fs_size_mb]-256}
# fs_size is in bytes
fs_size=${vars[fs_size]-$(($fs_size_mb*1024*1024))}
# size must be a multiple of 512. Round it down
Expand Down

0 comments on commit 979f685

Please sign in to comment.