Revision: 2874
http://ipcop.svn.sourceforge.net/ipcop/?rev=2874&view=rev
Author: gespinasse
Date: 2009-05-20 00:33:42 +0000 (Wed, 20 May 2009)
Log Message:
-----------
Fix the change related to keep mkiniramfs structure compressed on disk
Modified Paths:
--------------
ipcop/trunk/lfs/initramfs
ipcop/trunk/src/scripts/mkinitramfs
Modified: ipcop/trunk/lfs/initramfs
===================================================================
--- ipcop/trunk/lfs/initramfs 2009-05-19 15:39:15 UTC (rev 2873)
+++ ipcop/trunk/lfs/initramfs 2009-05-20 00:33:42 UTC (rev 2874)
@@ -353,7 +353,7 @@
/usr/lib/mkinitramfs/lib/udev/*_id
# Create a tar.gz to spare size on disk
- tar cf /usr/lib/mkinitramfs.tar /usr/lib/mkinitramfs
+ cd /usr/lib/mkinitramfs && tar cf /usr/lib/mkinitramfs.tar ./
gzip -9fn /usr/lib/mkinitramfs.tar
rm -rf /usr/lib/mkinitramfs
#################################################################################################
Modified: ipcop/trunk/src/scripts/mkinitramfs
===================================================================
--- ipcop/trunk/src/scripts/mkinitramfs 2009-05-19 15:39:15 UTC (rev 2873)
+++ ipcop/trunk/src/scripts/mkinitramfs 2009-05-20 00:33:42 UTC (rev 2874)
@@ -215,7 +215,7 @@
local TMPDIR=`mktemp -d -t ipcoprd.XXXXXX`
# Copy the pre-packaged initramfs directory structure
- if ! tar zxf -C ${TMPDIR} /usr/lib/mkinitramfs.tar.gz; then
+ if ! tar zxf /usr/lib/mkinitramfs.tar.gz -C ${TMPDIR}; then
exiterror 128 "Couldn't copy initramfs directory structure"
fi
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn