Merge branch 'master' of github.com:cyteen/automate
A merge before pushing local changes. The use of the github web interface to correct a typo put upstream ahead of local.
This commit is contained in:
commit
fedceaf175
|
|
@ -2,6 +2,6 @@
|
||||||
ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
|
ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
|
||||||
|
|
||||||
## Add this to the /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT
|
## Add this to the /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT
|
||||||
sed -i 's,^\(GRUB_CMDLINE_LINUX=\).*,\1'\"snet.ifnames=0\"',' /etc/default/grub
|
sed -i 's,^\(GRUB_CMDLINE_LINUX=\).*,\1'\"net.ifnames=0\"',' /etc/default/grub
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue