mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
tweaking for ubuntu 18.04 compatability
This commit is contained in:
parent
eddd9c9462
commit
56a20756c8
2 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||||
#########################################
|
#########################################
|
||||||
|
|
Loading…
Reference in a new issue