[arch-projects] [mkinitcpio][PATCH 02/11] install/ide: remove install hook

Dave Reisner d at falconindy.com
Fri Nov 11 21:55:12 EST 2011


Arch no longer has support for the ancient IDE subsystem, and most other
distros don't either.

Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 install/ide |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
 delete mode 100644 install/ide

diff --git a/install/ide b/install/ide
deleted file mode 100644
index a8d9e97..0000000
--- a/install/ide
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-build() {
-    MODULES="$(checked_modules "/ide/" | grep -v "legacy")"
-
-    [[ $MODULES ]] && MODULES+=" ide-gd_mod?"
-}
-
-help() {
-    cat <<HELPEOF
-This hook loads the necessary modules for an ide root device, using the old ide
-subsystem.  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.7.3



More information about the arch-projects mailing list