8fa4f8dedf
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
19 lines
228 B
Bash
19 lines
228 B
Bash
# vim: set ft=sh:
|
|
|
|
build ()
|
|
{
|
|
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
|
|
}
|