mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
676 B
676 B
kupferbootstrap
Kupfer Linux bootstrapping tool - drives pacstrap, makepkg, mkfs and fastboot, just to name a few.
Installation
Install Docker, Python 3 with libraries click
, appdirs
, joblib
, toml
, typing_extentions
, and coloredlogs
and put bin/
into your PATH
.
Then use kupferbootstrap
.
Usage
- Initialize config with defaults:
kupferbootstrap config init -N
- Configure your device profile:
kupferbootstrap config profile init
- 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.