all: Reconfigure xfonts-base on first boot
Baracko reported ( https://bugs.kali.org/view.php?id=5581 ) that vnc connections would fail to work until reconfiguring xfonts-base. This also fixes issue #164 which is a replica of the bug listed above.
This commit is contained in:
@@ -135,6 +135,7 @@ Type=oneshot
|
||||
Environment=DEBIAN_FRONTEND=noninteractive
|
||||
ExecStart=/bin/sh -c "rm -rf /etc/ssl/certs/*.pem && dpkg -i /root/ca-certificates_20190110_all.deb /root/fontconfig_2.13.1-2_armhf.deb /root/libgdk-pixbuf2.0-0_2.38.1+dfsg-1_armhf.deb"
|
||||
ExecStart=/bin/sh -c "dpkg-reconfigure shared-mime-info"
|
||||
ExecStart=/bin/sh -c "dpkg-reconfigure xfonts-base"
|
||||
ExecStart=/bin/sh -c "rm -f /root/*.deb"
|
||||
ExecStartPost=/bin/systemctl disable smi-hack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user