Update unifi-os.sh

This commit is contained in:
2026-02-21 18:53:52 +01:00
parent 7cf0533fa9
commit d0b80fb2c9

View File

@@ -14,13 +14,13 @@ set -euo pipefail
# -----------------------------
# Defaults (modifiable)
# -----------------------------
HN_DEFAULT="debian13"
HN_DEFAULT="azylis-unifios"
BRG_DEFAULT="dhcp"
CORE_DEFAULT="2"
RAM_DEFAULT="4096" # MiB (reco 4G mini pour UOS)
DISK_DEFAULT="30G" # ex: 20G, 30G, 50G
RAM_DEFAULT="2048" # MiB (reco 4G mini pour UOS)
DISK_DEFAULT="10G" # ex: 20G, 30G, 50G
START_VM_DEFAULT="no" # yes/no
ONBOOT_DEFAULT="0" # 0/1
ONBOOT_DEFAULT="1" # 0/1
# Root access (LAB / template)
CI_USER_DEFAULT="root"