Browse Source

install-server: Also install salt-minion, screen, and vim.

  On systems not installed via preseed these packages aren't automatically
  present, so make sure they are when we start the ZTP process.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 5 months ago
parent
commit
fc3ff96343
1 changed files with 5 additions and 1 deletions
  1. 5 1
      install-server/late-command.sh.tmpl

+ 5 - 1
install-server/late-command.sh.tmpl

@@ -7,7 +7,11 @@ export NACL_URL="{{ nacl_url }}"
 SCRIPT_DIR="/opt/ffho/sbin"
 export PATH="${PATH}:${SCRIPT_DIR}"
 
-apt install python3-netifaces
+apt install -y \
+	python3-netifaces \
+	salt-minion \
+	screen \
+	vim
 echo
 
 # Download scripts