From 69461af9b8bd2fc335142856d97cc2669fb55098 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 12 Jun 2016 14:41:10 +0000 Subject: mgainstaller: fix network interface renaming (mga#17651) Since systemd 220 interface renaming changed, and this file is needed for it to trigger in stage1 as we dont run full systemd/udev there. Fixes: https://bugs.mageia.org/show_bug.cgi?id=17651 Signed-of-by: Thomas Backlund --- modules.d/90mgainstaller/module-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules.d/90mgainstaller/module-setup.sh b/modules.d/90mgainstaller/module-setup.sh index 9dcced2..e40f71b 100755 --- a/modules.d/90mgainstaller/module-setup.sh +++ b/modules.d/90mgainstaller/module-setup.sh @@ -48,6 +48,9 @@ install() { # below has /usr added... inst /usr/lib/module-init-tools/ldetect-lst-modules.alias /usr/lib/module-init-tools/ldetect-lst-modules.alias + # needed for udev network interface renaming + inst /lib/systemd/network/99-default.link /lib/systemd/network/99-default.link + # To allow for debug build of stage1 if [ -n "$DRAKX_STAGE1_BINARY" -a -x "$DRAKX_STAGE1_BINARY" ]; then inst "$DRAKX_STAGE1_BINARY" /usr/sbin/stage1 -- cgit v1.2.1