diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 04:32:02 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:00 +0100 |
| commit | 6e45195d58ae9290d0e69071abf9c4b4d2036c7c (patch) | |
| tree | 81a71d59438d01362df71445a4c4f2f314013dbc /scripts/local-top | |
| parent | c9e1f3e45460445b6247574ebfa8a3e32cba3cb4 (diff) | |
| download | live-boot-6e45195d58ae9290d0e69071abf9c4b4d2036c7c.tar.gz live-boot-6e45195d58ae9290d0e69071abf9c4b4d2036c7c.zip | |
Move local-top/live to live-premount/modules so it gets called before find_livefs.
Diffstat (limited to 'scripts/local-top')
| -rwxr-xr-x | scripts/local-top/live | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/scripts/local-top/live b/scripts/local-top/live deleted file mode 100755 index 8d18786..0000000 --- a/scripts/local-top/live +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -#set -e - -# initramfs-tools header - -PREREQ="udev" - -prereqs() -{ - echo "${PREREQ}" -} - -case "${1}" in - prereqs) - prereqs - exit 0 - ;; -esac - -# live-initramfs script - -# The following modprobe entry is a workaround to live-initramfs 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 ide-generic |
