umorpha-boxes/boxes/mario.sh

21 lines
437 B
Bash
Raw Normal View History

2023-10-28 20:37:09 +00:00
#!/bin/sh
# Copyright (C) 2023 Umorpha Systems
# SPDX-License-Identifier: AGPL-3.0-or-later
osi-mk \
--size=2G \
2023-10-29 03:32:46 +00:00
--conf=hostname=mario.mothstuff.lol \
2023-10-28 22:12:25 +00:00
\
2023-10-28 20:37:09 +00:00
--package=base \
--package=linux-libre-hardened \
--conf=initramfs=mkinitcpio \
2023-10-28 22:12:25 +00:00
\
2023-10-28 20:37:09 +00:00
--module=modules/umorpha-branding.sh \
2023-10-29 03:32:46 +00:00
--module=modules/umorpha-users.sh \
--module=modules/umorpha-cli.sh \
\
--module=modules/base-net.sh \
--module=modules/service-gitea.sh \
2023-10-28 22:12:25 +00:00
\
2023-10-28 20:37:09 +00:00
"$@"