ISO/archiso/install/archiso_loop_mnt

14 lines
186 B
Plaintext
Raw Normal View History

#!/bin/bash
build() {
SCRIPT="archiso_loop_mnt"
}
help() {
cat<<HELPEOF
This hook loads the necessary modules for boot via loop device.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et: