kupferbootstrap/README.md

17 lines
627 B
Markdown
Raw Permalink Normal View History

2021-08-04 18:36:37 +02:00
# kupferbootstrap
2022-02-06 04:37:42 +01:00
Kupfer Linux bootstrapping tool - drives pacstrap, makepkg, mkfs and fastboot, just to name a few.
## Installation
Install Docker, Python 3 with the libraries from `requirements.txt` and put `bin/` into your `PATH`.
2021-08-04 18:36:37 +02:00
Then use `kupferbootstrap`.
2022-02-06 04:37:42 +01:00
## Usage
2022-05-21 18:45:56 -05:00
1. Initialize config with defaults: `kupferbootstrap config init -N`
2022-02-06 04:37:42 +01:00
1. Configure your device profile: `kupferbootstrap config profile init`
1. Build an image and packages along the way: `kupferbootstrap image build`
## Development
2021-08-04 18:36:37 +02:00
Put `dev` into `version.txt` to always rebuild kupferboostrap from this directory and use `kupferbootstrap` as normal.