commit: 2e8a8d5a2d9a114b950bb4765e94b7807ca55732 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Jul 25 19:22:10 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Jul 25 19:22:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=2e8a8d5a
scripts/initrc.sh: 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