From 4c246b8b048c75ac4f229280e882fa04036d55b3 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Sat, 9 Mar 2024 21:18:39 +0100 Subject: [PATCH] add serverspecific.sls --- airootfs/root/install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/airootfs/root/install.sh b/airootfs/root/install.sh index c8f10a9..043b253 100644 --- a/airootfs/root/install.sh +++ b/airootfs/root/install.sh @@ -411,6 +411,14 @@ os: Alpine os_family: Alpine EOT + cat >"${INSTALLATION_MOUNTPOINT}/${INSTALLATION_SALT_ROOT}/serverspecific.sls" <> "${INSTALLATION_MOUNTPOINT}/${INSTALLATION_SALT_ROOT}/serverspecific.sls" + done + installationSubtaskTitle "Populate Pillars" mkdir -p ${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT} #git clone ${INSTALLATION_PILLAR_GIT} ${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT}