90fb8ea480
This allow to take control again of these mountpoints outside initramfs. (i.e: on deinitramfs stage at shutdown for unmount it) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
19 lines
208 B
Bash
19 lines
208 B
Bash
# 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
|
|
}
|