Move config to..

This commit is contained in:
zenobit 2025-02-18 03:38:18 +01:00
parent 27276a6db1
commit d2ad1a601d
2 changed files with 4 additions and 3 deletions

View File

@ -19,3 +19,7 @@ function get_() {
HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut -d' ' -f4)
echo "${URL}/${ISO}" "${HASH}"
}
function specific_tweaks() {
echo "disk_size=\"50G\"" >> "${CONF_FILE}"
}

View File

@ -614,9 +614,6 @@ EOF
echo "disk_size=\"64G\"" >> "${CONF_FILE}";;
dragonflybsd|haiku|openbsd|netbsd|slackware|slax|tails|tinycore)
echo "boot=\"legacy\"" >> "${CONF_FILE}";;
slint)
echo "disk_size=\"50G\"" >> "${CONF_FILE}"
;;
proxmox-ve)
echo "disk_size=\"20G\"" >> "${CONF_FILE}"
echo "ram=\"4G\"" >> "${CONF_FILE}"