Finalized core changes

This commit is contained in:
Maxim Stewart 2020-05-02 03:48:38 -05:00
parent c15b76e83c
commit 9ea97f0210
1665 changed files with 67 additions and 19 deletions

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

Before

Width:  |  Height:  |  Size: 502 KiB

After

Width:  |  Height:  |  Size: 502 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 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:"

View File

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 359 KiB

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