Starting initramfs-tools specific subdirectory within the source-tree.
[live-boot-grml.git] / scripts / live-premount / modules
diff --git a/scripts/live-premount/modules b/scripts/live-premount/modules
deleted file mode 100755 (executable)
index 1af7a9e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ="udev"
-
-prereqs()
-{
-       echo "${PREREQ}"
-}
-
-case "${1}" in
-       prereqs)
-               prereqs
-               exit 0
-               ;;
-esac
-
-# live-boot script
-
-# The following modprobe entry is a workaround to live-boot not
-# finding the root filesytem.
-#
-# See also:
-#  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-May/001459.html
-#  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-June/001517.html
-#  * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363047
-
-modprobe -q ide-generic
-modprobe -q esp