Re-add trailing spaces in preseed.cfg

Trailing spaces are meaningful, they are a separator between the type
of the field and the empty value that follows!
merge-requests/16/head
Raphaël Hertzog 4 years ago
parent 6dcbf56610
commit 7dd011be60
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9

@ -11,7 +11,7 @@ d-i mirror/http/hostname string http.kali.org
d-i mirror/http/directory string /kali
# Disable security, updates and backports
d-i apt-setup/services-select multiselect
d-i apt-setup/services-select multiselect
# Enable contrib and non-free
d-i apt-setup/non-free boolean true
@ -52,7 +52,7 @@ popularity-contest popularity-contest/participate boolean false
console-setup console-setup/charmap47 select UTF-8
samba-common samba-common/dhcp boolean false
macchanger macchanger/automatically_run boolean false
kismet-capture-common kismet-capture-common/install-users string
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 true
sslh sslh/inetd_or_standalone select standalone

Loading…
Cancel
Save