core/larch-live/lib/initcpio/install/larch3

16 lines
257 B
Plaintext
Raw Normal View History

2010-05-22 06:16:47 +08:00
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
}