https://bugzilla.novell.com/show_bug.cgi?id=724775 https://bugzilla.novell.com/show_bug.cgi?id=724775#c18 --- Comment #18 from Rubin Simons <rubin@raaftech.nl> 2012-03-11 16:21:29 UTC --- Created an attachment (id=480842) --> (http://bugzilla.novell.com/attachment.cgi?id=480842) Patch to enable copying ifcfg settings regardless of nettype value Hi All, I encountered this issue this morning on a fresh-install openSUSE 12.1 x64. I dug a little deeper and tracked the issue down to the following setup script in the mkinitrd-2.7.0-39.3.1 package: /lib/mkinitrd/setup/82-network.sh In there, there's a codeblock which copies /etc/sysconfig/network recursively when $nettype equals 'ifup'. I simply moved the mkdir and cp statements one line up so the logic stays intact for the other actions that happen within the code block but the sysconfig/network directory is now always created within the initrd image. I verified this works. I don't have the (rather ugly and confusing) boot message anymore since my initrd now contains /etc/sysconfig/network Kind regards + keep up the work on a great distro! -Rubin. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.