Allow non free to solve ethernet issue

This commit is contained in:
ljf (zamentur) 2022-04-05 21:47:39 +02:00 committed by GitHub
parent 46f1c311dc
commit 654c40271b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ d-i passwd/root-password-crypted password $1$6xBdkGvE$8nLCNRxwABespdFJniEiX0
d-i passwd/make-user boolean false d-i passwd/make-user boolean false
### Base system installation ### Base system installation
#d-i apt-setup/non-free boolean false d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true d-i apt-setup/contrib boolean true
d-i apt-setup/services-select multiselect security, updates d-i apt-setup/services-select multiselect security, updates