diff options
author | Guilhem Moulin <guilhem@libreoffice.org> | 2016-11-02 19:10:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@libreoffice.org> | 2016-11-02 19:10:24 +0100 |
commit | 4b6c9f2c86a8a8fbbfc946d1433db864371ca3b4 (patch) | |
tree | 7e73c9562751ac4d0a8da7aaf5f2ee5db088e050 /preseed-cfg | |
parent | 79731953b69a45679f661d2f77bfac954cf4d9e6 (diff) |
Fix race condiction on the NIC detection module of the Jessie installer.
Diffstat (limited to 'preseed-cfg')
-rw-r--r-- | preseed-cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/preseed-cfg b/preseed-cfg index b2e37f9..b469682 100644 --- a/preseed-cfg +++ b/preseed-cfg @@ -1,5 +1,6 @@ cat <<- EOF # Network + ethdetect ethdetect/module_select select virtio_net d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string ${VM_NAME-debian} d-i netcfg/get_domain string documentfoundation.org |