SpectreOS-old/install/archiso_loop_mnt
2018-02-26 02:41:29 +01:00

13 lines
174 B
Bash
Executable file

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