X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdisk-image-builder%2Fubuntu%2Fscripts-remote%2Fcleanup.sh;fp=resources%2Ftools%2Fdisk-image-builder%2Fubuntu%2Fscripts-remote%2Fcleanup.sh;h=4c713a581f459f7e820cbc75f5edd385e446c4fc;hp=850c6958fb778d8e7282c9aa5f98bb9c6a0082b3;hb=b417beabd253e93d494075f7474343e8c3ac3f34;hpb=7947526242a1e6149f623af96cfcb696a313c4db diff --git a/resources/tools/disk-image-builder/ubuntu/scripts-remote/cleanup.sh b/resources/tools/disk-image-builder/ubuntu/scripts-remote/cleanup.sh index 850c6958fb..4c713a581f 100644 --- a/resources/tools/disk-image-builder/ubuntu/scripts-remote/cleanup.sh +++ b/resources/tools/disk-image-builder/ubuntu/scripts-remote/cleanup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2018 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -28,7 +28,10 @@ fi passwd -d root passwd -l root rm -f /etc/resolv.conf -pkill dhclient +# Disabling due to bug in dhclient +# https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1779721 +# This is causing problem that dhclient is not running properly. +#pkill dhclient rm -f /var/lib/dhcp/*leases echo "********** SCHEDULING SHUTDOWN IN 1 MINUTE **********"