Skip to content

Commit

Permalink
remove host data
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jul 28, 2016
1 parent c04d9b6 commit 8cdb2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/scripts/CLOUD/99-cleanup
Expand Up @@ -5,7 +5,7 @@ ainsl /etc/ssh/sshd_config 'ClientAliveInterval 120'

ainsl -a /etc/modprobe.d/blacklist.conf 'blacklist pcspkr'

rm -f $target/etc/ssh/ssh_host_* $target/etc/udev/rules.d/70-persistent-net.rules $target/lib/udev/write_net_rules
rm -f $target/etc/resolv.conf $target/etc/ssh/ssh_host_* $target/etc/udev/rules.d/70-persistent-net.rules $target/lib/udev/write_net_rules

# FIXME: DHCP RFC3442 is used incorrect in Azure
sed -ie 's,rfc3442-classless-static-routes,disabled-\0,' $target/etc/dhcp/dhclient.conf
Expand Down

0 comments on commit 8cdb2ee

Please sign in to comment.