Distro_Builder/README.md

20 lines
735 B
Markdown
Raw Permalink Normal View History

2020-05-02 08:48:38 +00:00
# Distro Builder
2020-05-03 00:06:43 +00:00
This is a powerful and easy way to build ubuntu/debian remix distributions with
2020-05-02 08:48:38 +00:00
debootstrap, chroot, and Xephyr at its core. These scripts handle everything
up to chroot and after while leaving the fun and meaty parts of the build to
2020-05-03 08:10:47 +00:00
be handled by the user.
2020-05-02 08:48:38 +00:00
# Notes
2020-05-02 11:39:16 +00:00
* Check the CONFIG.sh files for important variables that need to be set. (In COPY_OVER_TO_CHROOT/ and App Root dir)
2020-05-02 11:40:07 +00:00
* In COPY_OVER_TO_CHROOT/ Checkout the start.sh file for structuring your custom build pipeline through scripts.
2020-05-02 08:48:38 +00:00
# Updates
n/a
# TODO
2020-05-03 05:31:49 +00:00
* Create extremely bare bones install pipeline for core dependencies across all build types.
2020-05-02 08:48:38 +00:00
# Images
2020-05-03 00:03:53 +00:00
![1 Distro Builder Menu. ](images/pic1.png)
![1 Distro Builder Chroot Menu. ](images/pic2.png)