Bug 407668

Summary: initrd networking script bug
Product: [openSUSE] openSUSE 11.0 Reporter: Doron Fediuck <doron.fediuck>
Component: BootloaderAssignee: Jiri Srain <jsrain>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: 64bit   
OS: openSUSE 11.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Doron Fediuck 2008-07-09 17:01:30 UTC
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.
Comment 1 Jiri Srain 2008-07-14 08:06:17 UTC

*** This bug has been marked as a duplicate of bug 406493 ***