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

16 lines
284 B
Plaintext
Raw Normal View History

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