netcfg 1.116ubuntu1 source package in Ubuntu

Changelog

netcfg (1.116ubuntu1) trusty; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Set default hostname to 'ubuntu'.
    - Set priority for get_domain to high for static configurations.
    - Set priority for get_domain to medium for non-static configurations.
    - Use 'auto <interface>' for all interfaces, dropping allow-hotplug
      which doesn't work with current udev.
    - Set DHCP and DHCPv6 timeout to 30s.
    - Use isc-dhcp-client-udeb on all architectures.
    - Flush all addresses and routes before configuring interfaces
      (LP: #848072)
    - Don't copy /etc/resolv.conf to target if resolvconf is installed.
      (We already write resolvconf configuration to /etc/network/interfaces.)
    - Add a post-base-install hook to detect resolvconf and copy
      /run/resolvconf/resolv.conf to outside the target so that when /run
      is bind-mounted DNS resolving continues to work. (LP: #926447)
    - Apply patch from Alec Warner making netcfg respect netcfg/dhcpv6_timeout
      and running dhclient in one-shot mode (-1). (LP: #917905)
    - Fix FTBFS by checking the return value of fgets and fscanf.
    - Fix nm-conf to generate a valid NetworkManager static configuration file.

netcfg (1.116) unstable; urgency=medium

  [ Colin Watson ]
  * Substitute hostname rather than client->value in netcfg_get_hostname, to
    avoid substituting nonsense like "value set" in some cases.
  * Don't issue duplicate error messages if the hostname fails both the
    valid_domain and valid_hostname tests.

netcfg (1.115) unstable; urgency=medium

  [ Updated translations ]
  * Hungarian (hu.po) by Judit Gyimesi
 -- Colin Watson <email address hidden>   Thu, 03 Apr 2014 14:46:49 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
debian-installer
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main debian-installer

Downloads

File Size SHA-256 Checksum
netcfg_1.116ubuntu1.tar.gz 759.9 KiB fc3594caa228481be0408341382049c54bf1eeedf278e778363c3279d8d4f91f
netcfg_1.116ubuntu1.dsc 2.0 KiB 75402e232962f33989eb8d271bd3c983bc8d85730e70f5ab92926c3188f2d52b

Available diffs

View changes file

Binary packages built by this source

netcfg: Configure the network

 To install additional installer components or the Debian Base System over
 the network, you need to configure the network in the installer. This
 component will first try to configure your network with DHCP and ask
 you for static network configuration if this fails. The configured
 network settings will be copied to your newly installed system.

netcfg-static: Configure a static network

 If you have information such as IP address, netmask, gateway, then you will be
 able to configure a static network. If you don't know this information, you
 should ask your system administrator, or look at configuration via DHCP.