Fixing step_3

This commit is contained in:
Maxim Stewart 2020-05-02 02:34:43 -05:00
parent 348693f21b
commit 03b9a9e711
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ function main() {
echo "Creating MD5 data..." echo "Creating MD5 data..."
md5_cal; md5_cal;
echo "Creating the ISO file..." echo "Creating the ISO file..."
create_iso; createIso;
} }
function move_iso_linux_parts() { function move_iso_linux_parts() {
@ -93,7 +93,7 @@ function md5_cal() {
exit exit
} }
function create_iso() { function createIso() {
cd image/ cd image/
sudo mkisofs -r -V "${OS_NAME}" -cache-inodes -J -l \ sudo mkisofs -r -V "${OS_NAME}" -cache-inodes -J -l \
-b isolinux/isolinux.bin \ -b isolinux/isolinux.bin \