summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-live/lib/initcpio/install/larch1
blob: 56baf489183588b0e31ce5ea9b934a34cfae48e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install ()
{
    MODULES="vfat isofs ext2 ext3 nls_cp437"
    BINARIES=""
    FILES=""
    SCRIPT="larch1"
}

help ()
{
cat<<HELPEOF
  This hook deals with booting a larch live CD. It is the first larch hook,
creating a tmpfs and seeking the boot medium.
HELPEOF
}