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.