diff --git a/auto/config b/auto/config index 61adb8a..d0c51e9 100755 --- a/auto/config +++ b/auto/config @@ -128,10 +128,3 @@ lb config noauto \ --bootappend-live "boot=live username=root hostname=kali" \ $lb_opts \ "$@" - -case "$dist" in - kali|moto) - # Don' use systemd for now - sed -i -e 's/systemd/sysvinit/' config/package-lists/live.list.chroot - ;; -esac