OSDN Git Service

Merge remote-tracking branch 'origin/dev' into alteriso-3-check-mkalteriso
[alterlinux/alterlinux.git] / system / initcpio / install / archiso_loop_mnt
1 #!/usr/bin/env bash
2 #
3 # SPDX-License-Identifier: GPL-3.0-or-later
4
5 build() {
6     add_runscript
7 }
8
9 help() {
10 cat<<HELPEOF
11   This hook loads the necessary modules for boot via loop device.
12 HELPEOF
13 }