From a7cbb0af4c1d19708baa484f7caa38a8cd6070de Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2016 22:24:39 +0000 Subject: typo --- iso64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso64 b/iso64 index 299d951..acac387 100755 --- a/iso64 +++ b/iso64 @@ -12,7 +12,7 @@ makeisox64 () { mkdir -p "$isoefibootdirx64" mkdir -p "$isosupersquashdirx64" # mount && copy our core stage 4 image - mount -t squashfs "$chrootx64" "$isostagingx64" + mount -t squashfs "$chrootx64" "$isostagingdirx64" rsync -aHAXr --progress "$isostagingdirx64/" "$isosyncdirx64/" cp -avx ""$isosyncdirx64"/boot/"$isokernelnamex64"" ""$isorootdirx64"/boot/vmlinuz" sha256sum ""$isorootdirx64"/boot/vmlinuz" | tee ""$isorootdirx64"/boot/vmlinuz.sha256" -- cgit v1.2.3