Distro_Builder/README.md

20 lines
728 B
Markdown
Raw Normal View History

2020-05-02 08:48:38 +00:00
# Distro Builder
This is a powerful and easy way to build ubuntu remix distributions with
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
be handled by the user.
# 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-02 11:39:16 +00:00
* Create extremely bare bones install pipeline for core dependencies accross 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)