summaryrefslogtreecommitdiffstats
path: root/install/memdisk
blob: 9c0ce16600dc440e3350b8683a7f6969203fffc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim:set ft=sh:

install ()
{
    MODULES="phram mtdblock"
    BINARIES="/usr/bin/memdiskfind"
    FILES=""
    SCRIPT="memdisk"
}

help ()
{
cat <<HELPEOF
  This hook detects a virtual disk created by the memdisk
  tool (http://syslinux.zytor.com/wiki/index.php/MEMDISK).

  It requires memdiskfind from syslinux 4.00 or newer.
HELPEOF
}