arch-image-builder/README.md
BigfootACA 8baedd5358 builder: main.py: add --clean for cleanup workspace
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2024-05-21 17:21:56 +08:00

1.2 KiB

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 p7zip 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, --clean Clean workspace before build
-p PRESET, --preset PRESET Select preset to create package
-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