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

16 lines
284 B
Plaintext

install ()
{
MODULES="vfat isofs ext2 ext3 ext4 reiserfs nls_cp437 loop"
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
}