mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking for ubuntu 18.04 compatability
This commit is contained in:
@ -1,2 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
openvt -w -s /root/installer/install.sh
|
plymouth --quit
|
||||||
|
openvt -f -w -s /root/installer/install.sh
|
||||||
|
@ -108,6 +108,12 @@ d-i pkgsel/include string apache2-utils apparmor apt-transport-https aufs-tools
|
|||||||
#################
|
#################
|
||||||
d-i pkgsel/update-policy select unattended-upgrades
|
d-i pkgsel/update-policy select unattended-upgrades
|
||||||
|
|
||||||
|
###############
|
||||||
|
### Boot Splash
|
||||||
|
###############
|
||||||
|
d-i debian-installer/quiet boolean false
|
||||||
|
d-i debian-installer/splash boolean false
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
### Post install (Grub & T-Pot Installer)
|
### Post install (Grub & T-Pot Installer)
|
||||||
#########################################
|
#########################################
|
||||||
|
Reference in New Issue
Block a user