1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-08 19:03:09 +00:00

Give more disk space to LXC (#4288)

This commit is contained in:
Slaviša Arežina 2025-05-07 10:40:49 +02:00 committed by GitHub
parent cce3ca1996
commit 1ebb1782fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 104 additions and 104 deletions

View File

@ -9,7 +9,7 @@ APP="Alpine-IT-Tools"
var_tags="${var_tags:-alpine;development}"
var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-256}"
var_disk="${var_disk:-0.2}"
var_disk="${var_disk:-0.5}"
var_os="${var_os:-alpine}"
var_version="${var_version:-3.21}"
var_unprivileged="${var_unprivileged:-1}"

View File

@ -9,7 +9,7 @@ APP="Alpine"
var_tags="${var_tags:-os;alpine}"
var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-512}"
var_disk="${var_disk:-0.1}"
var_disk="${var_disk:-0.5}"
var_os="${var_os:-alpine}"
var_version="${var_version:-3.21}"
var_unprivileged="${var_unprivileged:-1}"
@ -20,9 +20,11 @@ color
catch_errors
function update_script() {
UPD=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 1 \
UPD=$(
whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 1 \
"1" "Check for Alpine Updates" ON \
3>&1 1>&2 2>&3)
3>&1 1>&2 2>&3
)
header_info
if [ "$UPD" == "1" ]; then

View File

@ -21,7 +21,7 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.2,
"hdd": 0.5,
"os": "alpine",
"version": "3.21"
}
@ -32,7 +32,7 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.2,
"hdd": 0.5,
"os": "alpine",
"version": "3.21"
}
@ -44,4 +44,3 @@
},
"notes": []
}

View File

@ -21,7 +21,7 @@
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 0.1,
"hdd": 0.5,
"os": "alpine",
"version": "3.21"
}
@ -32,7 +32,7 @@
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 0.1,
"hdd": 0.5,
"os": "alpine",
"version": "3.21"
}
@ -49,4 +49,3 @@
}
]
}