Skip to content

Instantly share code, notes, and snippets.

@flrngel
Created September 12, 2014 01:09
Show Gist options
  • Select an option

  • Save flrngel/09c3c939145d4be897fe to your computer and use it in GitHub Desktop.

Select an option

Save flrngel/09c3c939145d4be897fe to your computer and use it in GitHub Desktop.
fixing cloud-init-nonet
sed --in-place -e "s:post-up route del default dev \\$IFACE$:post-up route del default dev \\$IFACE || true:g" /etc/network/interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment