1
0
mirror of synced 2026-04-14 07:29:14 +00:00

Installs dhclient for CentOS and Fedora if DHCP networking is requested (LP: #241446)

This commit is contained in:
Axel Beckert
2010-03-26 21:03:50 +01:00
parent f007a6e7c5
commit 8ca88a9551
4 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -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)

View File

@@ -79,6 +79,7 @@ DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
E_O_DHCP
chroot ${prefix} /usr/bin/yum -y install dhclient
fi

View File

@@ -79,6 +79,7 @@ DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
E_O_DHCP
chroot ${prefix} /usr/bin/yum -y install dhclient
fi

View File

@@ -79,6 +79,7 @@ DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
E_O_DHCP
chroot ${prefix} /usr/bin/yum -y install dhclient
fi