Merge pull request #11 from maximstewart/develop

Develop
This commit is contained in:
Maxim 2020-05-03 00:36:54 -05:00 committed by GitHub
commit 885f7c9992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ be handled by the user.
n/a n/a
# TODO # TODO
* Create extremely bare bones install pipeline for core dependencies accross all build types. * Create extremely bare bones install pipeline for core dependencies across all build types.
# Images # Images
![1 Distro Builder Menu. ](images/pic1.png) ![1 Distro Builder Menu. ](images/pic1.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -53,7 +53,7 @@ function confirm_dialouge() {
function start_menu_mesage() { function start_menu_mesage() {
echo "NOTE: Remember to check the CONFIG.sh and set the variables!" echo "NOTE: Remember to check the CONFIG.sh and set the variables!"
echo "\nWhat do you want to run?" echo "\nWhat do you want to run?"
echo "\t1) Do all jobs (Including cleanup berfore starting.)" echo "\t1) Do all jobs (Including cleanup before starting.)"
echo "\t2) Do debootstrap run" echo "\t2) Do debootstrap run"
echo "\t3) Chroot" echo "\t3) Chroot"
echo "\t4) Create boot structure" echo "\t4) Create boot structure"