diff options
author | Thomas F Herbert <therbert@redhat.com> | 2017-01-24 19:27:23 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-01-25 16:09:42 +0000 |
commit | ed58151554f9dafd7bb54ad54ef4062c27ec433c (patch) | |
tree | 83fbbe667654fba289ce3737f934b9e608581bf0 /resources/tools/disk-image-builder/centos/html | |
parent | 5814118adfec1cf88603d5b8c0015a0a1d032942 (diff) |
Centos 7.3 image Version 1.2 Add dhcp client to VIRL base image
Change-Id: Ibedc2002f26824cc763eb2ff62de09d5f262e0c3
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'resources/tools/disk-image-builder/centos/html')
-rw-r--r-- | resources/tools/disk-image-builder/centos/html/ks.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/disk-image-builder/centos/html/ks.cfg b/resources/tools/disk-image-builder/centos/html/ks.cfg index 81d6f62aa8..1b6655b42a 100644 --- a/resources/tools/disk-image-builder/centos/html/ks.cfg +++ b/resources/tools/disk-image-builder/centos/html/ks.cfg @@ -28,7 +28,7 @@ firewall --disable skipx reboot # Network information -network --bootproto=dhcp +network --bootproto=dhcp network --hostname=centos7 # Halt after installation # System bootloader configuration |