Build bootable image for Arch Linux
Go to file
BigfootACA b07ca0c63b add README.md
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2024-05-20 09:57:03 +08:00
builder add more comments 2024-05-20 09:56:42 +08:00
configs add more comments 2024-05-20 09:56:42 +08:00
devices/custom Initial commit 2024-05-17 23:04:34 +08:00
.gitignore Initial commit 2024-05-17 23:04:34 +08:00
build.py Initial commit 2024-05-17 23:04:34 +08:00
LICENSE Initial commit 2024-05-17 23:04:34 +08:00
README.md add README.md 2024-05-20 09:57:03 +08:00
requirements.txt requirements.txt: fix yaml dependency 2024-05-20 09:56:01 +08:00

arch-image-builder

A tool to build flashable and bootable image for Arch Linux

Install requirements

Currently only support Arch based distros

Arch Linux

Install required packages

pacman -S rsync pyalpm python-yaml python-libarchive-c

For cross build (UNTESTED)

pacman -S qemu-user-static-binfmt

Example

python build.py -c target/ayn-odin2-sdcard,locale/zh-cn,desktop/gnome

Options

Option Description
-c CONFIG, --config CONFIG Select configs to build
-o WORKSPACE, --workspace WORKSPACE Set workspace for builder
-d, --debug Enable debug logging
-G, --no-gpgcheck Disable GPG check
-r, --repack Repack rootfs only

License

SPDX: GPL-3.0-or-later