mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-16 12:10:23 +08:00
16 lines
284 B
Plaintext
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
|
|
}
|