You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
debootstrap@c02a5edb97 | 2 years ago | |
live | 2 years ago | |
.gitmodules | 2 years ago | |
Dockerfile.desktop-live | 2 years ago | |
Dockerfile.dynebolic | 2 years ago | |
Dockerfile.raspberrypi3-arm64 | 2 years ago | |
Dockerfile.raspberrypi4-arm64 | 2 years ago | |
Dockerfile.stage2 | 2 years ago | |
Dockerfile.stage3 | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
arch.sh | 2 years ago | |
custom-build | 2 years ago | |
devuan-build | 2 years ago | |
live-build | 2 years ago | |
makeiso | 2 years ago | |
raspberrypi-build | 2 years ago |
README.md
stage-builder
stage-builder is a collection of scripts for building Devuan stages and live ISOs. It is based on the knowledge and testing built over the year in the Devuan SDK.
Features
- No root required. Everything is built using fakeroot and docker
- Reproducible build step thanks to container layers
- Small and extendable scripts. All the source is less than 500 LOC
Dependencies
stage-builder requires the following software to run:
- Docker running as the current user
- fakeroot
- fakechroot
- tar
- wget **
- squashfs-tools-ng_*_
- grub2_*_
* (for building the live-iso only) ** (for cross-building support)
License
stage-builder is licensed under the GPL-3 license.