[arch-commits] Commit in hwdetect/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Sat Jul 25 08:25:52 UTC 2009


    Date: Saturday, July 25, 2009 @ 04:25:52
  Author: tpowa
Revision: 47686

Merged revisions 47685 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/hwdetect/trunk

........
  r47685 | tpowa | 2009-07-25 10:25:12 +0200 (Sa, 25 Jul 2009) | 1 line
  
  upgpkg: hwdetect 2009.07-2
........

Modified:
  hwdetect/repos/extra-x86_64/	(properties)
  hwdetect/repos/extra-x86_64/PKGBUILD
  hwdetect/repos/extra-x86_64/hwdetect

----------+
 PKGBUILD |    4 ++--
 hwdetect |    7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)


Property changes on: hwdetect/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /hwdetect/trunk:1-46311
   + /hwdetect/trunk:1-47685

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-07-25 08:25:12 UTC (rev 47685)
+++ extra-x86_64/PKGBUILD	2009-07-25 08:25:52 UTC (rev 47686)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=2009.07
-pkgrel=1
+pkgrel=2
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,4 +16,4 @@
 build() {
   install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
 }
-md5sums=('ec67ed9eb60499959d38297e00e3d8fa')
+md5sums=('f8a30a2a422cfda4c230bca19bea811f')

Modified: extra-x86_64/hwdetect
===================================================================
--- extra-x86_64/hwdetect	2009-07-25 08:25:12 UTC (rev 47685)
+++ extra-x86_64/hwdetect	2009-07-25 08:25:52 UTC (rev 47686)
@@ -38,6 +38,7 @@
         echo "" 
 	echo "    --rootdevice=          autodetected advanced features of rootdevice"
 	echo "    --hooks-dir=           use this directory for HOOKS check"
+	echo "    --advanced             show autodetected advanced HOOKS"
 	echo "    --hooks                show HOOKS="
 	echo "    --dmraid               add dmraid to HOOKS="
 	echo "    --keymap               add keymap to HOOKS="
@@ -513,6 +514,12 @@
 			fi
 			echo "HOOKS=\"$START_HOOKS\"" | sed -e 's/"\ /"/g' -e 's/\ "/"/g' -e 's/\ \ /\ /g'
 		;;
+		--advanced) ADVANCED_ARCHBOOT=""
+			    for i in $ADVANCED; do
+				ADVANCED_ARCHBOOT="$ADVANCED_ARCHBOOT $(echo arch_$i)"
+			    done
+			    echo "$ADVANCED_ARCHBOOT"
+			    ;;
 	esac
 	shift
 done




More information about the arch-commits mailing list