Updated text, some logic, added echo stubs

This commit is contained in:
2020-05-03 02:52:01 -05:00
parent f9c8195c15
commit b66c6c05ef
6 changed files with 53 additions and 60 deletions

View File

@@ -8,6 +8,10 @@
function main() {
# Cleanup just incase we've ran this before.
sudo rm -rf image/casper/*
sudo rm -rf image/isolinux/*
echo "Moving ISO linux parts..."
move_iso_linux_parts;