diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 22:24:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 22:24:39 +0000 |
commit | a7cbb0af4c1d19708baa484f7caa38a8cd6070de (patch) | |
tree | 5695c29aa1c5ad1a51e4237ee4abf1f04ebc8428 | |
parent | ec221b25bd8118e5fd56993b1db04dcfc14c6ab7 (diff) |
typo
-rwxr-xr-x | iso64 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |