https://bugzilla.novell.com/show_bug.cgi?id=407668 Summary: initrd networking script bug Product: openSUSE 11.0 Version: Final Platform: 64bit OS/Version: openSUSE 11.0 Status: NEW Severity: Major Priority: P5 - None Component: Booting AssignedTo: jsrain@novell.com ReportedBy: doron.fediuck@gmail.com QAContact: jsrain@novell.com Found By: Other Hi, I'm working on NFS boot, using open suse. In version 11.0, the 11-network.sh script has a wrong test for DHCP: (line 64): if [ "$nettype" = "static" ]; then Should be changed to: if [ "$nettype" = "dhcp" ]; then since creating mkinitrd with -D eth0 will pass dhcp parameter... Doron. -- 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.