ISO/archiso/install/archiso_loop_mnt
Gerardo Exequiel Pozzi 90fb8ea480 [archiso] Mount all fs on /run/archiso instead of /
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>
2011-10-23 21:24:17 -03:00

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
}