Setting up install pipelinel; metapackage examples

This commit is contained in:
2020-05-02 05:05:48 -05:00
parent 9ea97f0210
commit c6c42779a4
15 changed files with 331 additions and 45 deletions

View File

@@ -53,13 +53,13 @@ function confirm_dialouge() {
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"
echo "\t1) Do all jobs (Including cleanup berfore starting.)"
echo "\t2) Do debootstrap run"
echo "\t3) Chroot"
echo "\t4) Create boot structure"
echo "\t5) Create the ISO"
echo "\t6) Cleanup (Purges everything that was generated.)"
echo "\t0) EXIT"
}
function chroot_big_dump_mesage() {