summaryrefslogtreecommitdiff
path: root/archiso/install/archiso_loop_mnt
blob: 886cbb8799a42012c21e91f9f6d7afd58c53625f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim: set ft=sh:

build ()
{
    MODULES=""

    BINARIES=""
    FILES=""

    SCRIPT="archiso_loop_mnt"
}

help ()
{
cat<<HELPEOF
  This hook loads the necessary modules for boot via loop device.
HELPEOF
}