mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
update docker installation method
This commit is contained in:
parent
6cc229c610
commit
6615046d02
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# Type of install, SENSOR, INDUSTRIAL or FULL?
|
# Type of install, SENSOR, INDUSTRIAL or FULL?
|
||||||
myFLAVOR="INDUSTRIAL"
|
myFLAVOR="FULL"
|
||||||
|
|
||||||
# Some global vars
|
# Some global vars
|
||||||
myPROXYFILEPATH="/root/tpot/etc/proxy"
|
myPROXYFILEPATH="/root/tpot/etc/proxy"
|
||||||
|
|
|
@ -31,7 +31,7 @@ d-i clock-setup/ntp boolean true
|
||||||
tasksel tasksel/first multiselect ubuntu-server
|
tasksel tasksel/first multiselect ubuntu-server
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
d-i pkgsel/include string curl dialog dstat ethtool genisoimage git htop iw libpam-google-authenticator lm-sensors ntp openssh-server syslinux pv vim wireless-tools wpasupplicant
|
d-i pkgsel/include string apt-transport-https ca-certificates curl dialog dstat ethtool genisoimage git htop iw libpam-google-authenticator lm-sensors ntp openssh-server syslinux pv vim wireless-tools wpasupplicant
|
||||||
|
|
||||||
# Update Policy
|
# Update Policy
|
||||||
d-i pkgsel/update-policy select unattended-upgrades
|
d-i pkgsel/update-policy select unattended-upgrades
|
||||||
|
|
Loading…
Reference in a new issue