SOURCES: splashutils-no-dereference.patch (NEW) - no need to deref...

glen glen at pld-linux.org
Tue Apr 15 09:47:07 CEST 2008


Author: glen                         Date: Tue Apr 15 07:47:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- no need to dereference

---- Files affected:
SOURCES:
   splashutils-no-dereference.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/splashutils-no-dereference.patch
diff -u /dev/null SOURCES/splashutils-no-dereference.patch:1.1
--- /dev/null	Tue Apr 15 09:47:07 2008
+++ SOURCES/splashutils-no-dereference.patch	Tue Apr 15 09:47:02 2008
@@ -0,0 +1,11 @@
+--- ./splash_geninitramfs	2008-04-15 10:20:25.000000000 +0300
++++ ./splash_geninitramfs	2007-11-02 18:30:19.000000000 +0200
+@@ -221,7 +221,7 @@
+ 
+ printv "o Creating initramfs image.."
+ if [ "$mode" == "g" ] || [ "$mode" == "a" ]; then	
+-	(cd "${imgdir}" ; find . | cpio --quiet --dereference -o -H newc | gzip -9 >../img.cpio.gz)
++	(cd "${imgdir}" ; find . | cpio --quiet -o -H newc | gzip -9 >../img.cpio.gz)
+ 	mv "${workdir}/img.cpio.gz" "${img}"
+ fi
+ 
================================================================


More information about the pld-cvs-commit mailing list