ISO/archiso/install/archiso_loop_mnt

19 lines
208 B
Plaintext
Raw Normal View History

# vim: set ft=sh:
build ()
{
MODULES=""
BINARIES=""
FILES=""
SCRIPT="archiso_loop_mnt"
}
help ()
{
cat<<HELPEOF
This hook loads the necessary modules for boot via loop device.
HELPEOF
}