commit | a359baee54788b630ee5feb2baeee0a09c83338c | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Jan 28 17:38:51 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Jan 28 17:38:51 2016 +0100 |
tree | e27ab53bb4bbe220806f520eeb98781000ef9a97 | |
parent | 30a5076f5e27eaa893f6c4f1970305acbe05f195 [diff] [blame] |
Cleanup /etc/hosts
diff --git a/ubuntu-14.04/scripts/cleanup.sh b/ubuntu-14.04/scripts/cleanup.sh index 5a7d528..8a57268 100644 --- a/ubuntu-14.04/scripts/cleanup.sh +++ b/ubuntu-14.04/scripts/cleanup.sh
@@ -1,6 +1,9 @@ apt-get -y autoremove --purge apt-get -y clean +echo "cleaning up hostname" +sed -i "/.*ubuntu-1404.*/d" /etc/hosts + echo "cleaning up guest additions" rm -rf VBoxGuestAdditions_*.iso VBoxGuestAdditions_*.iso.? || true