Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created July 30, 2012 21:17
Show Gist options
  • Save mostlyobvious/3210342 to your computer and use it in GitHub Desktop.
Save mostlyobvious/3210342 to your computer and use it in GitHub Desktop.
# Make sure Udev doesn't block our network
# http://6.ptmc.org/?p=164
echo "cleaning up udev rules"
rm /etc/udev/rules.d/70-persistent-net.rules
mkdir /etc/udev/rules.d/70-persistent-net.rules
rm -rf /dev/.udev/
rm /lib/udev/rules.d/75-persistent-net-generator.rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment