[arch-projects] [mkinitcpio][PATCH] hooks: remove pcmcia hook

Tom Gundersen teg at jklm.no
Wed Apr 4 08:00:54 EDT 2012


This hook has been moved to the pcmciautils package.

Signed-off-by: Tom Gundersen <teg at jklm.no>
Acked-by: Dave Reisner <d at falconindy.com>
---
 install/pcmcia |   22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 install/pcmcia

diff --git a/install/pcmcia b/install/pcmcia
deleted file mode 100644
index 71052d6..0000000
--- a/install/pcmcia
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-build() {
-    FILES="/etc/pcmcia/config.opts"
-    MODULES=" $(checked_modules '/drivers/pcmcia/' | grep -ve 'sound' -e 'net') $(checked_modules '/ide/legacy')"
-
-    [[ $MODULES ]] && MODULES+=" sd_mod?"
-
-    add_binary "/usr/lib/udev/pcmcia-socket-startup"
-    add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
-    add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
-}
-
-help() {
-    cat <<HELPEOF
-This hook loads the necessary modules for a pcmcia root device.  Detection will
-take place at runtime. To minimize the modules in the image, add the autodetect
-hook too.
-HELPEOF
-}
-
-# vim: set ft=sh ts=4 sw=4 et:
-- 
1.7.9.6



More information about the arch-projects mailing list