19 lines
230 B
Plaintext
19 lines
230 B
Plaintext
|
# vim: set ft=sh:
|
||
|
|
||
|
install ()
|
||
|
{
|
||
|
MODULES=""
|
||
|
|
||
|
BINARIES=""
|
||
|
FILES=""
|
||
|
add_dir /img_dev
|
||
|
SCRIPT="archiso_loop_mnt"
|
||
|
}
|
||
|
|
||
|
help ()
|
||
|
{
|
||
|
cat<<HELPEOF
|
||
|
This hook loads the necessary modules for boot via loop device.
|
||
|
HELPEOF
|
||
|
}
|