Adding debian version 2.0~a1-1.
[live-boot-grml.git] / scripts / live-premount / modules
1 #!/bin/sh
2
3 #set -e
4
5 # initramfs-tools header
6
7 PREREQ="udev"
8
9 prereqs()
10 {
11         echo "${PREREQ}"
12 }
13
14 case "${1}" in
15         prereqs)
16                 prereqs
17                 exit 0
18                 ;;
19 esac
20
21 # live-boot script
22
23 # The following modprobe entry is a workaround to live-boot not
24 # finding the root filesytem.
25 #
26 # See also:
27 #  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-May/001459.html
28 #  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-June/001517.html
29 #  * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363047
30
31 modprobe -q ide-generic
32 modprobe -q esp