From 0f88b1d665e4215b04f7b5ce97dfc19bdb71b6d0 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:57:16 +1000 Subject: [PATCH] change debian buster to ubuntu jammy --- ct/create_lxc.sh | 2 +- misc/build.func | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 1d245e6c4..7fc7017df 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -178,6 +178,6 @@ PCT_OPTIONS=(${PCT_OPTIONS[@]:-${DEFAULT_PCT_OPTIONS[@]}}) # Create container msg_info "Creating LXC Container" -pct create $CTID local:vztmpl/debian-arm64-bullseye.tar.xz ${PCT_OPTIONS[@]} >/dev/null || +pct create $CTID local:vztmpl/ubuntu-jammy-20231124_arm64.tar.xz ${PCT_OPTIONS[@]} >/dev/null || exit "A problem occured while trying to create container." msg_ok "LXC Container ${BL}$CTID${CL} ${GN}was successfully created." diff --git a/misc/build.func b/misc/build.func index 350e493c5..c1fd84f1c 100644 --- a/misc/build.func +++ b/misc/build.func @@ -532,6 +532,7 @@ build_container() { -tags proxmox-helper-scripts $SD $NS + -net0 name=eth0,bridge=$BRG$MAC,ip=$NET$GATE$VLAN$MTU -onboot 1 -cores $CORE_COUNT -memory $RAM_SIZE