Split logic out

This commit is contained in:
2020-05-02 02:49:09 -05:00
parent 03b9a9e711
commit c15b76e83c
3 changed files with 28 additions and 16 deletions

View File

@@ -15,8 +15,10 @@ function main() {
./step_1_debootstrap.sh
# Then setup and run chroot...
./step_2_chroot.sh
# Create the boot structure data...
./step_3_create_boot_structure.sh
# Create the CD...
./step_3_create_CD.sh
./step_4_create_CD.sh
}