[arch-commits] Commit in filesystem/trunk (PKGBUILD modprobe.d.usb-load-ehci-first)

Thomas Bächler thomas at archlinux.org
Sun Jan 11 14:36:30 UTC 2009


    Date: Sunday, January 11, 2009 @ 09:36:30
  Author: thomas
Revision: 23639

upgpkg: filesystem 2009.01-1

Added:
  filesystem/trunk/modprobe.d.usb-load-ehci-first
Modified:
  filesystem/trunk/PKGBUILD

--------------------------------+
 PKGBUILD                       |   52 +++++++++++++++++++++------------------
 modprobe.d.usb-load-ehci-first |    2 +
 2 files changed, 30 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-11 14:24:51 UTC (rev 23638)
+++ PKGBUILD	2009-01-11 14:36:30 UTC (rev 23639)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
-pkgver=2008.07
+pkgver=2009.01
 pkgrel=1
 pkgdesc="Base filesystem"
 arch=(i686 x86_64)
@@ -12,12 +12,31 @@
 groups=('base')
 install=filesystem.install
 #depends=('sh' 'coreutils')
-backup=(etc/fstab etc/crypttab etc/group etc/hosts etc/ld.so.conf etc/passwd \
-        etc/shadow etc/gshadow etc/resolv.conf etc/motd etc/nsswitch.conf \
+backup=(etc/fstab etc/crypttab etc/group etc/hosts etc/ld.so.conf etc/passwd
+        etc/shadow etc/gshadow etc/resolv.conf etc/motd etc/nsswitch.conf
         etc/shells etc/host.conf etc/securetty etc/profile etc/issue)
-source=(group issue nsswitch.conf securetty host.conf ld.so.conf \
-        passwd shadow fstab crypttab hosts motd resolv.conf shells \
-        gshadow services protocols profile)
+source=(group issue nsswitch.conf securetty host.conf ld.so.conf
+        passwd shadow fstab crypttab hosts motd resolv.conf shells
+        gshadow services protocols profile modprobe.d.usb-load-ehci-first)
+md5sums=('f4cf8d0a2de2658165148d5f64d81675'
+         '1bdc5dba66947d74866a5df8ce9ef3b1'
+         '775464ba7588b4976e0c2a02b83123f4'
+         '655071da46d2ac03e0fb8a071bf193ea'
+         'f28150d4c0b22a017be51b9f7f9977ed'
+         '2c24792d97ef3cf0d73b60d4c429730b'
+         '8a9042a2cedf6b6b47eb8973f14289cb'
+         '019e5c24f9befef395a28e7ef2e4e5b9'
+         '4e2f238bae5cbf716ff73c9404404269'
+         'e5d8323a4dbee7a6d0d2a19cbf4b819f'
+         '81b3cb42a6ddabc2ed2310511ee9c859'
+         'd41d8cd98f00b204e9800998ecf8427e'
+         '6f48288b6fcaf0065fcb7b0e525413e0'
+         '40dac0de4c6b99c8ca97effbd7527c84'
+         'ab9c2a40eba287b2918589ab8e0b2fbf'
+         'f436d2e0ed02b7b73bd10c6693e95ac3'
+         '65d78e621ed69eed69f854c3ee2e5942'
+         '288a2e8d63c5ea2c2d852c7147e59d28'
+         '8098ffd9fbf890468d3198277596b85a')
 
 build()
 {
@@ -69,22 +88,7 @@
   # re-add /etc/arch-release, some software uses it
   # to check whether arch is running
   touch $startdir/pkg/etc/arch-release
+  
+  # Add /etc/modprobe.d/
+  install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first ${pkgdir}/etc/modprobe.d/usb-load-ehci-first
 }
-md5sums=('f64f86c4a6356961b69ead0471294145'
-         '1bdc5dba66947d74866a5df8ce9ef3b1'
-         '775464ba7588b4976e0c2a02b83123f4'
-         '655071da46d2ac03e0fb8a071bf193ea'
-         'f28150d4c0b22a017be51b9f7f9977ed'
-         '2c24792d97ef3cf0d73b60d4c429730b'
-         '8a9042a2cedf6b6b47eb8973f14289cb'
-         '019e5c24f9befef395a28e7ef2e4e5b9'
-         '4e2f238bae5cbf716ff73c9404404269'
-         'e5d8323a4dbee7a6d0d2a19cbf4b819f'
-         '81b3cb42a6ddabc2ed2310511ee9c859'
-         'd41d8cd98f00b204e9800998ecf8427e'
-         '6f48288b6fcaf0065fcb7b0e525413e0'
-         '40dac0de4c6b99c8ca97effbd7527c84'
-         'ab9c2a40eba287b2918589ab8e0b2fbf'
-         'f436d2e0ed02b7b73bd10c6693e95ac3'
-         '65d78e621ed69eed69f854c3ee2e5942'
-         'f2a88eacb5c37201368c916d9e594440')

Added: modprobe.d.usb-load-ehci-first
===================================================================
--- modprobe.d.usb-load-ehci-first	                        (rev 0)
+++ modprobe.d.usb-load-ehci-first	2009-01-11 14:36:30 UTC (rev 23639)
@@ -0,0 +1,2 @@
+install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS
+install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS




More information about the arch-commits mailing list