Fix centos kickstart_done snippet 67/47167/1
authorHarry Huang <huangxiangyu5@huawei.com>
Tue, 14 Nov 2017 04:16:08 +0000 (12:16 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Tue, 14 Nov 2017 04:16:08 +0000 (12:16 +0800)
commit08a15a8dae520e2b02748a34ff1ec034ee6806b9
tree53f48db4798863e67c37b36460d2d84355dd4286
parent80d496b43d43068f12a45bfc0147ccdce9dac794
Fix centos kickstart_done snippet

Bug:
CentOS-7-Minimal-1611-x86_64 image doesn't contain
wget package and kickstart_done snippet use wget to
call cobbler api to set netboot enable to false.
This way if host installed centos which is not set
to boot from disk will stuck in pxe loop

Solution:
Use curl instead of wget in kickstart_done

Change-Id: I0414adab72047a367b7cb15fe6a5537c76234972
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
deploy/adapters/cobbler/snippets/kickstart_done