[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

netcfg - preseed - loopback overwrite - wheezy-di-rc1



ok, so i looked this up, i might need to log a bug, but i'm not sure,
i do NOT install network manager, i have not set "netcfg/target_network_config" in the preseed file, and "netcfg[23660]: DEBUG: No interface given; clearing /etc/network/interfaces" pops up and does a 'loopback only' adapter... ^^

only recieving an ip4 dhcp address, ipv6 appears and goes away. (i do not have ipv6 on my home network)

i'm using firmware-wheezy-DI-rc1-amd64-netinst.iso

### Network configuration
# Disable network configuration entirely. This is useful for cdrom
# installations on non-networked devices where the network questions,
# warning and long timeouts are a nuisance.
#d-i netcfg/enable boolean false

# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7.0 (wheezy) - installer build 20130211"

Feb 20 05:23:25 finish-install: info: Running /usr/lib/finish-install.d/20final-message
Feb 20 05:23:25 finish-install: info: Running /usr/lib/finish-install.d/30hw-detect
Feb 20 05:23:25 finish-install: info: Running /usr/lib/finish-install.d/50config-target-network
Feb 20 05:23:25 finish-install: info: Running /usr/lib/finish-install.d/55netcfg-copy-config
Feb 20 05:23:25 in-target: Desired=Unknown/Install/Remove/Purge/Hold
Feb 20 05:23:25 in-target: | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
Feb 20 05:23:25 in-target: |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
Feb 20 05:23:25 in-target: ||/ Name                                  Version                            Architecture Description
Feb 20 05:23:25 in-target: +++-=====================================-==================================-============-==============================================================================
Feb 20 05:23:25 in-target: un  network-manager                       <none>                                          (no description available)
Feb 20 05:23:25 netcfg[23660]: INFO: Starting netcfg v.1.106 (built 20130209-2006)
Feb 20 05:23:25 netcfg[23660]: DEBUG: No interface given; clearing /etc/network/interfaces
Feb 20 05:23:25 netcfg[23660]: DEBUG: Writing informative header
Feb 20 05:23:25 netcfg[23660]: DEBUG: Success!
Feb 20 05:23:25 netcfg[23660]: DEBUG: Writing loopback interface
Feb 20 05:23:25 netcfg[23660]: DEBUG: Success!

Reply to: