tweaking for ubuntu 18.04 compatability

This commit is contained in:
Marco Ochse 2018-03-15 18:30:23 +01:00
parent eddd9c9462
commit 56a20756c8
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,3 @@
#!/bin/bash
openvt -w -s /root/installer/install.sh
plymouth --quit
openvt -f -w -s /root/installer/install.sh

View file

@ -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
###############
### Boot Splash
###############
d-i debian-installer/quiet boolean false
d-i debian-installer/splash boolean false
#########################################
### Post install (Grub & T-Pot Installer)
#########################################