Ensure to use a network mirror
This commit is contained in:
parent
938d69a4ae
commit
3cac3041f5
|
@ -293,6 +293,10 @@ d-i apt-setup/non-free boolean true
|
|||
d-i apt-setup/contrib boolean true
|
||||
d-i apt-setup/enable-source-repositories boolean true
|
||||
|
||||
## Ensure to use a network mirror
|
||||
### Set to false for an offline installation
|
||||
d-i apt-setup/use_mirror boolean true
|
||||
|
||||
## Choose packages
|
||||
tasksel tasksel/first multiselect ssh-server
|
||||
|
||||
|
|
Loading…
Reference in New Issue