Mailinglist Archive: opensuse-bugs (7519 mails)

< Previous Next >
[Bug 415662] New: kiwi: suseStripKernel() function removes /lib/modules/ $kversion/updates and weak-updates
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 8 Aug 2008 00:43:48 -0600 (MDT)
  • Message-id: <bug-415662-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=415662


Summary: kiwi: suseStripKernel() function removes
/lib/modules/$kversion/updates and weak-updates
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: System Imaging
AssignedTo: ms@xxxxxxxxxx
ReportedBy: cyberorg@xxxxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---


This part is required before running strip:

if [ -d lib/modules/$VERSION/updates ];then
mv lib/modules/$VERSION/updates /tmp
fi
if [ -d lib/modules/$VERSION/weak-updates ];then
mv lib/modules/$VERSION/weak-updates /tmp
fi

This after running strip:

if [ -d /tmp/updates ];then
mv /tmp/updates /lib/modules/$VERSION/
fi
if [ -d /tmp/weak-updates ];then
mv /tmp/weak-updates /lib/modules/$VERSION/
fi


http://svn.berlios.de/wsvn/kiwi/?op=comp&compare[]=%2Fkiwi-head%2Fmodules@1490&compare[]=%2Fkiwi-head%2Fmodules@1493


--
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.

< Previous Next >