diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-10-07 02:00:18 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-10-21 21:25:46 +0200 |
commit | 5c466b4fe50a2b8b5706b0f8774942f9a328c08f (patch) | |
tree | ef2ccd1aa73e0c7d8514b4253090ff2c12286d97 | |
parent | 7b3890b0ec079b57a610147b18404444ff4c0190 (diff) | |
download | mkinitcpio-5c466b4fe50a2b8b5706b0f8774942f9a328c08f.tar.gz mkinitcpio-5c466b4fe50a2b8b5706b0f8774942f9a328c08f.tar.xz |
install/ide: remove this crufty old hook
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r-- | install/ide | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/install/ide b/install/ide deleted file mode 100644 index 5531132..0000000 --- a/install/ide +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -build() { - add_checked_modules "/ide/" && add_module "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: |