summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-live/lib/initcpio/install/larch2
blob: a906227dbe4e9dc18de1646d799e9a76494c181a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install ()
{
    MODULES="unionfs"
    BINARIES=""
    FILES=""
    SCRIPT="larch2"
}

help ()
{
cat<<HELPEOF
  This hook deals with booting a larch live CD. It handles selection of the
desired unioning file system, here unionfs.
HELPEOF
}