mirror of
https://github.com/kou029w/uzura.git
synced 2025-01-18 16:08:00 +00:00
increase size due to insufficient space
This commit is contained in:
parent
867614c46f
commit
1e511c0891
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Usage: bin/img-gen source dist.img
|
# Usage: bin/img-gen source dist.img
|
||||||
# Required: fallocate gzip losetup mkfs.fat parted rsync
|
# Required: fallocate gzip losetup mkfs.fat parted rsync
|
||||||
set -eux
|
set -eux
|
||||||
size=1.5G
|
size=1.6G
|
||||||
src="$1"
|
src="$1"
|
||||||
image="$2"
|
image="$2"
|
||||||
fallocate -l "${size}" "${image}"
|
fallocate -l "${size}" "${image}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue