From 354a61dbbbfb72b2dabeb9d9b61c2fec7529826e Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Sat, 9 Mar 2024 17:50:48 +0100 Subject: [PATCH] rename system.timestamp => system.disks.timestamp --- airootfs/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/root/install.sh b/airootfs/root/install.sh index ac099a8..c8f10a9 100644 --- a/airootfs/root/install.sh +++ b/airootfs/root/install.sh @@ -425,7 +425,7 @@ EOT done cat >"${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT}/system/init.sls" << EOT -system.timestamp: ${START_TIMESTAMP} +system.disks.timestamp: ${START_TIMESTAMP} EOT installationSubtaskTitle "Salt highstate"