Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hostname is set to localhost after reboot (at least in "ubuntu server 1.01" images) #15

Open
RandomReaper opened this issue Aug 17, 2016 · 0 comments
Assignees
Labels

Comments

@RandomReaper
Copy link
Member

Can be fixed by this script: /etc/rc6.d/K99clear-dhclient-leases

#!/bin/sh
rm -r /var/lib/dhcp/dhclient.*.leases

Don't forget to chmod +x /etc/rc6.d/K99clear-dhclient-leases

@RandomReaper RandomReaper added this to the Next base image milestone Aug 17, 2016
@RandomReaper RandomReaper self-assigned this Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant