File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
deploy/compose/create-tink-records/manifests/template Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ tasks:
16
16
DEST_DISK : /dev/vda
17
17
IMG_URL : " http://192.168.56.4:8080/focal-server-cloudimg-amd64.raw.gz"
18
18
COMPRESSED : true
19
+ - name : " grow-partition"
20
+ image : cexec:v1.0.0
21
+ timeout : 90
22
+ environment :
23
+ BLOCK_DEVICE : /dev/sda1
24
+ FS_TYPE : ext4
25
+ CHROOT : y
26
+ DEFAULT_INTERPRETER : " /bin/sh -c"
27
+ CMD_LINE : " growpart /dev/sda 1 && resize2fs /dev/sda1"
19
28
- name : " install-openssl"
20
29
image : cexec:v1.0.0
21
30
timeout : 90
Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ tasks:
16
16
DEST_DISK : /dev/sda
17
17
IMG_URL : " http://192.168.56.4:8080/focal-server-cloudimg-amd64.raw.gz"
18
18
COMPRESSED : true
19
+ - name : " grow-partition"
20
+ image : cexec:v1.0.0
21
+ timeout : 90
22
+ environment :
23
+ BLOCK_DEVICE : /dev/sda1
24
+ FS_TYPE : ext4
25
+ CHROOT : y
26
+ DEFAULT_INTERPRETER : " /bin/sh -c"
27
+ CMD_LINE : " growpart /dev/sda 1 && resize2fs /dev/sda1"
19
28
- name : " install-openssl"
20
29
image : cexec:v1.0.0
21
30
timeout : 90
You can’t perform that action at this time.
0 commit comments