From 7c3989f668ecdf91fde158bb27cff0ce925193a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 29 Apr 2020 11:53:27 +0200 Subject: [PATCH] Add preseeding for atftpd so that it's started standalone In theory, this change is not really needed here because the package is not installed by d-i, it's already installed by live-build in the live image. But I want this file to be consistent with the version in debian-installer... --- kali-config/common/includes.installer/preseed.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/kali-config/common/includes.installer/preseed.cfg b/kali-config/common/includes.installer/preseed.cfg index 77fde99..be02641 100644 --- a/kali-config/common/includes.installer/preseed.cfg +++ b/kali-config/common/includes.installer/preseed.cfg @@ -56,3 +56,4 @@ kismet-capture-common kismet-capture-common/install-users string kismet-capture-common kismet-capture-common/install-setuid boolean true wireshark-common wireshark-common/install-setuid boolean false sslh sslh/inetd_or_standalone select standalone +atftpd atftpd/use_inetd boolean false