Package- and image building tool for Kupfer Linux. Documentation: https://kupfer.gitlab.io/kupferbootstrap
Find a file
2025-03-29 21:34:21 +01:00
.vscode Add formatting 2021-08-08 18:24:56 +02:00
bin Make main.py the main entrypoint again and call docker wrapper enforcement from cli() callback 2021-09-26 17:19:30 +02:00
docs docs: convert absolute links to relative 2023-12-19 23:34:33 +01:00
local/bin Dockerfile: clean up pkgconfig-aarch64 leftover 2022-11-09 19:39:59 +01:00
src/kupferbootstrap make kupferbootstrap package installable 2025-03-29 21:34:21 +01:00
.gitignore make kupferbootstrap package installable 2025-03-29 21:34:21 +01:00
.gitlab-ci.yml gitlab-ci: pytest: unlock 'nobody' account for su integration tests to work 2025-03-03 06:32:13 +01:00
Dockerfile docker, gitlab-ci: use pip --break-system-packages until we figure out pip packaging 2023-06-25 04:03:03 +02:00
format.sh move kbs source files to src/ 2025-03-03 08:46:23 +01:00
integration_tests.py move kbs source files to src/ 2025-03-03 08:46:23 +01:00
LICENSE LICENSE: Add GPLv3 as was decided ages ago on Matrix. 2022-02-28 04:26:08 +01:00
pyproject.toml make kupferbootstrap package installable 2025-03-29 21:34:21 +01:00
pytest.sh make kupferbootstrap package installable 2025-03-29 21:34:21 +01:00
README.md readme: point to online kupfer docs, use full config init instead of non-interactive 2022-11-09 20:19:04 +01:00
requirements.txt make kupferbootstrap package installable 2025-03-29 21:34:21 +01:00
setup.cfg Add formatting 2021-08-08 18:24:56 +02:00
test_requirements.txt test_requirements.txt: add formatters and mypy for easier development 2023-06-25 04:03:03 +02:00
tox.ini tox.ini: specify maximum line length 2022-08-08 02:49:16 +02:00
typecheck.sh make kupferbootstrap package installable 2025-03-29 21:34:21 +01:00
wrapper_su_helper.py wrapper_su_helper: pass PATH env var to child shell 2025-03-03 08:45:18 +01:00

kupferbootstrap

Kupfer Linux bootstrapping tool - drives pacstrap, makepkg, chroot, mkfs and fastboot, just to name a few.

Documentation

Detailed docs for the main branch are available online at https://kupfer.gitlab.io/kupferbootstrap/

You can also build and view the docs locally:

cd docs/ && \
make && \
make serve

This will run a webserver on localhost:9999. Access it like firefox http://localhost:9999/

Installation

Install Docker, Python 3 with the libraries from requirements.txt and put bin/ into your PATH. Then use kupferbootstrap.

Quickstart

  1. Initialize config with defaults, configure your device and flavour: kupferbootstrap config init
  2. Build an image and packages along the way: kupferbootstrap image build

Development

Put dev into version.txt to always rebuild kupferboostrap from this directory and use kupferbootstrap as normal.