ISO/archiso/initcpio/install/archiso_loop_mnt

14 lines
196 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
build() {
add_runscript
}
help() {
cat<<HELPEOF
This hook loads the necessary modules for boot via loop device.
HELPEOF
}