[Bug 422514] New: mkinitrd -D default doesn't work
https://bugzilla.novell.com/show_bug.cgi?id=422514 Summary: mkinitrd -D default doesn't work Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Booting AssignedTo: jsrain@novell.com ReportedBy: elylevy@cs.huji.ac.il QAContact: jsrain@novell.com Found By: --- mkinitrd -D default will give a warning: [: =: unary operator expected after that a dhcp netboot will fail with that initrd. this will fix the problem: +++ /vol/linux/suse64-dev//lib/mkinitrd/scripts/setup-network.sh 2008-08-27 18:36:09.954319000 +0300 @@ -117,7 +117,7 @@ if [ "$interface" = "default" ]; then ifspec=$(get_default_interface) interface=${ifspec%%/*} - if [ ${ifspec##*/} = "dhcp" ] ; then + if [ "${ifspec##*/}" = "dhcp" ] ; then nettype=dhcp else nettype=static -- 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=422514 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@novell.com |hare@novell.com -- 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=422514 User hare@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=422514#c1 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Hannes Reinecke <hare@novell.com> 2008-09-29 05:39:30 MDT --- Thank you. Fix will be pushed out with the next mkinitrd update. -- 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