Finalized core changes

pull/3/head
Maxim Stewart 4 years ago
parent c15b76e83c
commit 9ea97f0210

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Before

Width:  |  Height:  |  Size: 502 KiB

After

Width:  |  Height:  |  Size: 502 KiB

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

@ -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

Loading…
Cancel
Save