commit: 58edddff396253144a966de85585ff52b1e05178 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jul 21 11:14:32 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jul 21 11:14:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=58edddff
Use classical interface naming. scripts/initrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/initrc.sh b/scripts/initrc.sh index 9cf5883..5e58d6a 100644 --- a/scripts/initrc.sh +++ b/scripts/initrc.sh @@ -1,6 +1,9 @@ #!/bin/bash -e +# We default to classical interface naming. ln -sf /etc/init.d/net.lo /etc/init.d/net.eth0 +touch /etc/udev/rules.d/80-net-name-slot.rules + rc-update add alsasound default rc-update add cupsd default rc-update add fcron default
