diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-07-05 07:28:34 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-07-05 07:28:34 +0200 |
commit | a45ce3d463d1c5fc0f8d9b27bb261fe579a9cc22 (patch) | |
tree | d1cb2033cb0131f94ce2d87f32edb430b90c9710 | |
parent | d6329d5e396fec86c6457fd4f95d8c6574e1dfa2 (diff) | |
download | itzks-install-script-a45ce3d463d1c5fc0f8d9b27bb261fe579a9cc22.tar.gz itzks-install-script-a45ce3d463d1c5fc0f8d9b27bb261fe579a9cc22.tar.bz2 itzks-install-script-a45ce3d463d1c5fc0f8d9b27bb261fe579a9cc22.zip |
move itzks system preseeding further up
-rwxr-xr-x | install-itzks-workstation | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 1bbd52a..23f7b67 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -154,9 +154,11 @@ apt-get update 1>/dev/null apt_install_if_not itzks-systems-common apt-get update 1>/dev/null +# preseed itzks-systems host +itzks-systems.do_preseed + # Install the itzks-systems-workstation package apt_install_if_not ocsinventory-agent -itzks-systems.do_preseed apt_install_if_not itzks-systems-workstation # Install wireless-tools for configuration of WiFi |