Develop to master #3

Merged
maximstewart merged 18 commits from develop into master 2020-05-02 11:14:56 +00:00
1665 changed files with 67 additions and 19 deletions
Showing only changes of commit 9ea97f0210 - Show all commits

View File

@ -1,3 +1,17 @@
# 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.
# 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
Check the CONFIG.sh file for important variables that need to be set.
# Updates
n/a
# TODO
* Create Chroot script pipline again.
# Images
![1 Distro Builder menu. ](images/pic1.png)

BIN
images/pic1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -50,6 +50,18 @@ function confirm_dialouge() {
# ---- Messages Used Throughout The Process ---- #
function start_menu_mesage() {
echo "NOTE: Remember to check the CONFIG.sh and set the variables!"
echo "\nWhat do you want to run?"
echo "\t0) Do all jobs (Including cleanup berfore starting.)"
echo "\t1) Do debootstrap run"
echo "\t2) Chroot"
echo "\t3) Create boot structure"
echo "\t4) Create the ISO"
echo "\t5) Cleanup (Purges everything that was generated.)"
echo "\t6) EXIT"
}
function chroot_big_dump_mesage() {
echo "NOTE: COPY_OVER_TO_CHROOT is removed after exit from chroot env."
echo "\nRun each time you chroot:"

Some files were not shown because too many files have changed in this diff Show More