mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Allow non free to solve ethernet issue
This commit is contained in:
parent
46f1c311dc
commit
654c40271b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue