mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 03:57:14 +08:00
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
install ()
|
|
{
|
|
MODULES="aufs squashfs vfat isofs ext2 ext3 ext4 reiserfs nls_cp437 loop"
|
|
BINARIES=""
|
|
FILES=""
|
|
SCRIPT="larch"
|
|
}
|
|
|
|
help ()
|
|
{
|
|
cat<<HELPEOF
|
|
This hook deals with booting a larch live medium.
|
|
HELPEOF
|
|
}
|