mirror of
https://github.com/kou029w/uzura.git
synced 2025-01-18 08:05:01 +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
|
||||
# Required: fallocate gzip losetup mkfs.fat parted rsync
|
||||
set -eux
|
||||
size=1.5G
|
||||
size=1.6G
|
||||
src="$1"
|
||||
image="$2"
|
||||
fallocate -l "${size}" "${image}"
|
||||
|
|
Loading…
Add table
Reference in a new issue