#!/bin/bash

build() {
    add_runscript
}

help() {
    cat <<HELPEOF
Support for mounting Arch root from a subdirectory.

Syntax: rootdir=<dir>
HELPEOF
}

# vim: set ft=sh ts=4 sw=4 et:
