Remove custom stage2.1 and its configuration, migrate to stage2

This commit is contained in:
2025-04-25 08:57:31 +02:00
parent 79332b36e6
commit e5283bd57a
3 changed files with 2 additions and 8 deletions

3
config
View File

@@ -6,5 +6,4 @@ TARGET_HOSTNAME=auracaster
FIRST_USER_NAME=caster FIRST_USER_NAME=caster
FIRST_USER_PASS=pw FIRST_USER_PASS=pw
# Custom stage to run after stage2 STAGE_LIST="stage0 stage1 stage2"
STAGE_LIST="stage0 stage1 stage2 stage2.1_custom"

View File

@@ -1,5 +0,0 @@
#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi

View File

@@ -23,7 +23,7 @@ echo \
bookworm stable" | \ bookworm stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update apt-get update
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
# Ensure docker group exists and add main user to it # Ensure docker group exists and add main user to it
DOCKER_GROUP=docker DOCKER_GROUP=docker