Date: Sunday, June 6, 2010 @ 11:19:12
  Author: tpowa
Revision: 81883

upgpkg: hwdetect 2010.06-2
more btrfs fixes

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

----------+
 PKGBUILD |    4 ++--
 hwdetect |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-06-06 13:42:52 UTC (rev 81882)
+++ PKGBUILD    2010-06-06 15:19:12 UTC (rev 81883)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tp...@archlinux.org>
 pkgname=hwdetect
 pkgver=2010.06
-pkgrel=1
+pkgrel=2
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
 arch=(any)
 license=('GPL')
@@ -17,4 +17,4 @@
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
 
-md5sums=('6dd1834a651c9117866632ef8fb88c49')
+md5sums=('436b5fc458d26395c0c8c2317c8f8ef2')

Modified: hwdetect
===================================================================
--- hwdetect    2010-06-06 13:42:52 UTC (rev 81882)
+++ hwdetect    2010-06-06 15:19:12 UTC (rev 81883)
@@ -445,6 +445,7 @@
                                for i in $FILESYSTEM; do
                                         [ "$(grep $i /tmp/.blkid)" ] && 
FS="$FS $i"
                                done
+                               [ "$(grep btrfs $FS)" ] && FS="$FS crc32c"
                                MODULES_INITRAMFS="$MODULES_INITRAMFS $FS"
                                showlist2 "MODULES" \"$MODULES_INITRAMFS\" | 
sed -e 's/(\  /(/g' -e 's/"\ /"/g' -e 's/\ "/"/g' -e 's/\ \ /\ /g'
                                ;;

Reply via email to