[Bug 339458] New: kiwi: oemboot linuxrc overwrites fstab after it has created a swap entry
https://bugzilla.novell.com/show_bug.cgi?id=339458 Summary: kiwi: oemboot linuxrc overwrites fstab after it has created a swap entry Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: System Imaging AssignedTo: ms@novell.com ReportedBy: ms@novell.com QAContact: adrian@novell.com Found By: --- Index: system/boot/oemboot/suse-linuxrc =================================================================== --- system/boot/oemboot/suse-linuxrc (revision 784) +++ system/boot/oemboot/suse-linuxrc (working copy) @@ -540,7 +540,7 @@ setupDefaultFstab /config updateSwapDeviceFstab /config $deviceSwap if [ -z "$UNIONFS_CONFIG" ]; then - echo "$deviceRoot / $FSTYPE defaults 0 0" > /config/etc/fstab + echo "$deviceRoot / $FSTYPE defaults 0 0" >> /config/etc/fstab echo "$deviceHome /home ext3 defaults 0 0" >> /config/etc/fstab else mkdir -p /config/kiwiboot -- 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=339458 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Blocker -- 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=339458#c1 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Marcus Schaefer <ms@novell.com> 2007-11-06 03:17:11 MST --- fixed for SLE10 and stable - submitted package for SLE10 - will submit package for stable, later today -- 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