fixed size of root partition
This commit is contained in:
parent
79071b0e7c
commit
20a9329c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ users:
|
|||
sleep 60
|
||||
|
||||
sed "s/REPLACE_HOSTNAME/${lname}.actcur.com/g" ../base_files/user_configuration.json > /tmp/user_configuration.json
|
||||
rs=$((root_disk*1024-206))
|
||||
rs=$((root_disk*1024-503))
|
||||
sed -i "s/REPLACE_SIZE/${rs}/g" /tmp/user_configuration.json
|
||||
|
||||
ssh-keygen -R ${lname}.actcur.com
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue