summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/cobbler/snippets/preseed_network_config
blob: 651467a7fbd64212b74e351bca25106d4905f12a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#if $getVar("system_name","") != ""
d-i netcfg/link_detection_timeout string 0
d-i netcfg/dhcp_timeout string 0
d-i netcfg/dhcpv6_timeout string 0
d-i netcfg/enable boolean false
d-i netcfg/disable_autoconfig boolean true
d-i netcfg/use_autoconfig boolean false
d-i netcfg/disable_dhcp boolean true
d-i netcfg/dhcp_failed note
d-i netcfg/dhcp_options select Configure network manually
d-i hw-detect/load_firmware boolean true
d-i netcfg/confirm_static boolean true
    #if $hostname != ""
d-i netcfg/get_hostname string $hostname
d-i netcfg/hostname string $hostname
    #end if
    #if $gateway != ""
d-i netcfg/get_gateway string $gateway
    #end if
    #if $len($name_servers) > 0
d-i netcfg/get_nameservers string $name_servers[0]
    #end if
#end if
s="cp">.. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 ============== Release Notes ============== Release notes as provided by the OPNFV participating documents are captured in this section. These include details of software versions used, known limitations and outstanding trouble reports. Project release notes: ---------------------- :ref:`Apex Release Notes <apex-releasenotes>` :ref:`Armband Release Notes <armband-release-notes-label>` :ref:`Bottlenecks Release Notes <bottlenecks-releasenotes>` :ref:`Compass4nfv Release Notes <compass4nfv-releasenotes>` :ref:`Copper Release Notes <copper-releasenotes>` :ref:`Daisy Release Notes <daisy-releasenotes>` :ref:`Doctor Release Notes <doctor-releasenotes>` :ref:`FDS Release Notes <fds-releasenotes>` :ref:`Fuel Release Notes <fuel-releasenotes>` :ref:`Functest Release Notes <functest-releasenotes>` :ref:`IPV6 Release Notes <ipv6-releasenotes>` :ref:`Joid Release Notes <joid-releasenotes>` :ref:`KVMforNFV Release Notes <kvmfornfv-releasenotes>` :ref:`Netready Release Notes <netready-releasenotes>` :ref:`Opera Release Notes <opera-releasenotes>` :ref:`Parser Release Notes <parser-releasenotes>` :ref:`QTIP Release Notes <qtip-releasenotes>` :ref:`SDNVPN Release Notes <sdnvpn-releasenotes>` :ref:`SFC Release Notes <sfc-releasenotes>` :ref:`VSPERF Release Notes <vswitchperf-releasenotes>` :ref:`Yardstick Release Notes <yardstick-releasenotes>`