Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install/archiso_loop_mnt
blob: f0fed76414cfbbe4e8c3100ce029c65e6cc5327e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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
}