Move config to..
This commit is contained in:
parent
0acc9b9cdb
commit
ed74e50eee
|
|
@ -20,3 +20,8 @@ function get_() {
|
|||
HASH=$(web_pipe "${HASH_URL}" | cut -d' ' -f1)
|
||||
echo "${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function specific_tweaks() {
|
||||
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
|
||||
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
|
||||
}
|
||||
|
|
|
|||
4
quickget
4
quickget
|
|
@ -639,10 +639,6 @@ EOF
|
|||
echo "tpm=\"on\"" >> "${CONF_FILE}"
|
||||
fi
|
||||
;;
|
||||
vanillaos)
|
||||
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
|
||||
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
|
||||
;;
|
||||
proxmox-ve)
|
||||
echo "disk_size=\"20G\"" >> "${CONF_FILE}"
|
||||
echo "ram=\"4G\"" >> "${CONF_FILE}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue