Expand size to ensure disk image is big enough
This commit is contained in:
parent
6c456ac83c
commit
de065b80ab
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ actions:
|
||||||
{{ if eq $output "image" }}
|
{{ if eq $output "image" }}
|
||||||
- action: image-file
|
- action: image-file
|
||||||
imagename: {{ $image }}
|
imagename: {{ $image }}
|
||||||
imagesize: 3221225472
|
imagesize: 6000000000
|
||||||
|
|
||||||
fs: ext4
|
fs: ext4
|
||||||
fsname: "gemian"
|
fsname: "gemian"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue