diff options
Diffstat (limited to 'install')
-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: |