[Bug 407668] New: initrd networking script bug
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.
https://bugzilla.novell.com/show_bug.cgi?id=407668 User jsrain@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=407668#c1 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Jiri Srain <jsrain@novell.com> 2008-07-14 02:06:17 MDT --- *** This bug has been marked as a duplicate of bug 406493 *** https://bugzilla.novell.com/show_bug.cgi?id=406493 -- 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.
participants (1)
-
bugzilla_noreply@novell.com