2024-02-26 23:38:25 +00:00
|
|
|
#!/bin/bash
|
2024-02-26 23:57:44 +00:00
|
|
|
# Copyright (C) 2024 Umorpha Systems
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
2024-02-26 23:38:25 +00:00
|
|
|
|
2024-02-26 23:57:44 +00:00
|
|
|
osi-mk \
|
2024-03-04 22:49:23 +00:00
|
|
|
--fmt=erofs \
|
|
|
|
--fmtconf=erofs_compression=lz4 \
|
|
|
|
\
|
2024-03-04 22:27:02 +00:00
|
|
|
--arch=armv7h \
|
|
|
|
--conf=bootloader=none \
|
2024-02-26 23:38:25 +00:00
|
|
|
--package=base \
|
|
|
|
--package=linux-libre \
|
2024-03-04 22:49:23 +00:00
|
|
|
\
|
2024-02-26 23:38:25 +00:00
|
|
|
--package=uboot4extlinux-orangepi_one \
|
2024-02-26 23:57:44 +00:00
|
|
|
--module=modules/umorpha-sshusers.sh \
|
2024-03-04 22:49:23 +00:00
|
|
|
--conf=genfstab=false \
|
|
|
|
--package-file=pkg/umorpha-disk.pkg.tar.zst \
|
|
|
|
--module=modules/umorpha-disk.sh \
|
2024-03-07 17:49:23 +00:00
|
|
|
--module=modules/base-uki.sh \
|
2024-02-29 05:27:50 +00:00
|
|
|
--module=modules/base-arm.sh \
|
2024-03-04 22:49:23 +00:00
|
|
|
\
|
2024-02-26 23:57:44 +00:00
|
|
|
--module=modules/base-net.sh \
|
2024-03-04 22:49:23 +00:00
|
|
|
\
|
|
|
|
"$@"
|