fixed size of root partition

This commit is contained in:
Beth Parker 2025-10-10 17:14:12 -05:00
parent 79071b0e7c
commit 20a9329c5e

View file

@ -106,7 +106,7 @@ users:
sleep 60 sleep 60
sed "s/REPLACE_HOSTNAME/${lname}.actcur.com/g" ../base_files/user_configuration.json > /tmp/user_configuration.json 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 sed -i "s/REPLACE_SIZE/${rs}/g" /tmp/user_configuration.json
ssh-keygen -R ${lname}.actcur.com ssh-keygen -R ${lname}.actcur.com