core/larch-live/lib/initcpio/install/larch3
2010-05-21 22:16:47 +00:00

16 lines
257 B
Plaintext

install ()
{
MODULES="squashfs"
BINARIES="/usr/bin/lzop /bin/tar"
FILES=""
SCRIPT="larch3"
}
help ()
{
cat<<HELPEOF
This hook deals with booting a larch live CD. It is the last larch hook,
setting up the tmpfs root file system.
HELPEOF
}