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