diff --git a/iso/installer/rc.local.install b/iso/installer/rc.local.install index edb417d5..021ef1bf 100755 --- a/iso/installer/rc.local.install +++ b/iso/installer/rc.local.install @@ -1,2 +1,3 @@ #!/bin/bash -openvt -w -s /root/installer/install.sh +plymouth --quit +openvt -f -w -s /root/installer/install.sh diff --git a/iso/preseed/tpot.seed b/iso/preseed/tpot.seed index 4723ead5..5bc41fb0 100755 --- a/iso/preseed/tpot.seed +++ b/iso/preseed/tpot.seed @@ -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) #########################################