summaryrefslogtreecommitdiff
path: root/parabolaiso/initcpio/install/parabolaiso_loop_mnt
blob: 1f2c529949ad53fcca2b73d9587d4141376ad2c4 (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
}