From d0b80fb2c9fc931e890ad58a2706b782aefda1be Mon Sep 17 00:00:00 2001 From: Christophe JEANNEROT Date: Sat, 21 Feb 2026 18:53:52 +0100 Subject: [PATCH] Update unifi-os.sh --- unifi-os.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unifi-os.sh b/unifi-os.sh index 4b5827e..a4d4705 100644 --- a/unifi-os.sh +++ b/unifi-os.sh @@ -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"