rename system.timestamp => system.disks.timestamp
This commit is contained in:
parent
a73987107f
commit
354a61dbbb
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ EOT
|
||||||
done
|
done
|
||||||
|
|
||||||
cat >"${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT}/system/init.sls" << EOT
|
cat >"${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT}/system/init.sls" << EOT
|
||||||
system.timestamp: ${START_TIMESTAMP}
|
system.disks.timestamp: ${START_TIMESTAMP}
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
installationSubtaskTitle "Salt highstate"
|
installationSubtaskTitle "Salt highstate"
|
||||||
|
|
Loading…
Reference in a new issue