Removing keyboard bottom script, live-config takes care about that now.
[debian-live-boot/hramrach.git] / scripts / live-premount / modules
blob1af7a9ed5713f42517597caa84b25a64bf017d9d
1 #!/bin/sh
3 #set -e
5 # initramfs-tools header
7 PREREQ="udev"
9 prereqs()
11 echo "${PREREQ}"
14 case "${1}" in
15 prereqs)
16 prereqs
17 exit 0
19 esac
21 # live-boot script
23 # The following modprobe entry is a workaround to live-boot not
24 # finding the root filesytem.
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
31 modprobe -q ide-generic
32 modprobe -q esp