Add new kali-hacks.chroot hook script to work around bugs
parent
0c3b18b814
commit
5a169b3eef
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Disable inetd by default, update-rc.d fails to disable it by
|
||||
# default due to https://bugs.debian.org/781155
|
||||
echo "Manually disabling inetd"
|
||||
systemctl disable inetd || true
|
@ -0,0 +1 @@
|
||||
../kali-hacks.chroot
|
Loading…
Reference in New Issue