[pve-devel] r4927 - pve-kernel-2.6.32/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Wed Aug 4 13:01:52 CEST 2010


Author: dietmar
Date: 2010-08-04 11:01:52 +0000 (Wed, 04 Aug 2010)
New Revision: 4927

Modified:
   pve-kernel-2.6.32/trunk/Makefile
Log:
bug fix


Modified: pve-kernel-2.6.32/trunk/Makefile
===================================================================
--- pve-kernel-2.6.32/trunk/Makefile	2010-08-04 08:23:14 UTC (rev 4926)
+++ pve-kernel-2.6.32/trunk/Makefile	2010-08-04 11:01:52 UTC (rev 4927)
@@ -86,6 +86,8 @@
 	# install scst modules
 	install -m 644 -D iscsi-scst.ko tmp/lib/modules/${KVNAME}/extra/scst/iscsi-scst.ko
 	tar xf scst-modules.tar -C tmp/lib/modules/${KVNAME}/extra/scst
+	# remove firmware
+	rm -rf tmp/lib/firmware
 	# finalize
 	depmod -b tmp/ ${KVNAME}
 	mv tmp data




More information about the pve-devel mailing list