Removing live-premount modules script, not needed anymore.
authorDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 13:50:33 +0000 (15:50 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 14:11:16 +0000 (16:11 +0200)
This script did two things:

  * forcefully load ide-generic to workaround a bug in qemu bios
    that made it hang during ide detection. This has been fixed
    4 years ago in qemu, so it's not required to do this anymore.

  * forcefully load esp on sparc. This is being loaded automatically
    by udev these days and should be reliable enough.

initramfs-tools/scripts/live-premount/modules [deleted file]

diff --git a/initramfs-tools/scripts/live-premount/modules b/initramfs-tools/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