resize /var, not /...
because cloud-inits growpart can only resize the last partition
This commit is contained in:
parent
7f1cefe1e6
commit
52adcd3f40
@ -1,4 +1,9 @@
|
||||
#cloud-config
|
||||
|
||||
# Resize /var, not /, as that's the last partition in MicroOS image.
|
||||
growpart:
|
||||
devices: ["/var"]
|
||||
|
||||
write_files:
|
||||
|
||||
# Configure private network
|
||||
@ -40,4 +45,3 @@ runcmd:
|
||||
|
||||
# Finishing automatic reboot via Kured setup
|
||||
- rebootmgrctl set-strategy off
|
||||
|
Loading…
Reference in New Issue
Block a user