Move config to..
This commit is contained in:
parent
e8131693e7
commit
91ff63c562
|
|
@ -20,3 +20,8 @@ function get_() {
|
|||
HASH=$(web_pipe "${URL}/SHA256SUMS" | grep "${ISO}" | cut -d' ' -f1)
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function specific_tweaks() {
|
||||
echo "disk_size=\"20G\"" >> "${CONF_FILE}"
|
||||
echo "ram=\"4G\"" >> "${CONF_FILE}"
|
||||
}
|
||||
|
|
|
|||
4
quickget
4
quickget
|
|
@ -606,10 +606,6 @@ EOF
|
|||
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
|
||||
dragonflybsd|haiku|openbsd|netbsd|slackware|slax|tails|tinycore)
|
||||
echo "boot=\"legacy\"" >> "${CONF_FILE}";;
|
||||
proxmox-ve)
|
||||
echo "disk_size=\"20G\"" >> "${CONF_FILE}"
|
||||
echo "ram=\"4G\"" >> "${CONF_FILE}"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue