Installs dhclient for CentOS and Fedora if DHCP networking is requested (LP: #241446)
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -21,6 +21,8 @@ xen-tools (4.2~rc1-1) UNRELEASED; urgency=low
|
||||
(Closes: #503339)
|
||||
- Makes better decisions about when to enable Debian security updates
|
||||
in the created DomU (LP: #309750)
|
||||
- Installs dhclient for CentOS and Fedora if DHCP networking is
|
||||
requested (LP: #241446)
|
||||
* Removal of /etc/bash_completion.d/xm from the package since
|
||||
bash-completion ships a more elaborate version of that file. (Closes:
|
||||
#566683, #550590, LP: #538917)
|
||||
|
||||
@@ -79,6 +79,7 @@ DEVICE=eth0
|
||||
BOOTPROTO=dhcp
|
||||
ONBOOT=yes
|
||||
E_O_DHCP
|
||||
chroot ${prefix} /usr/bin/yum -y install dhclient
|
||||
fi
|
||||
|
||||
|
||||
|
||||
@@ -79,6 +79,7 @@ DEVICE=eth0
|
||||
BOOTPROTO=dhcp
|
||||
ONBOOT=yes
|
||||
E_O_DHCP
|
||||
chroot ${prefix} /usr/bin/yum -y install dhclient
|
||||
fi
|
||||
|
||||
|
||||
|
||||
@@ -79,6 +79,7 @@ DEVICE=eth0
|
||||
BOOTPROTO=dhcp
|
||||
ONBOOT=yes
|
||||
E_O_DHCP
|
||||
chroot ${prefix} /usr/bin/yum -y install dhclient
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user