From 6836381f19e90a225192357f443805c79b7026ba Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Jan 2016 00:17:57 +0000 Subject: how the hell this happened? --- iso32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso32 b/iso32 index 1c1e126..9445f86 100755 --- a/iso32 +++ b/iso32 @@ -19,7 +19,7 @@ makeisox86 () { mkdir -p "$isolivesqfsdirx86" # mount && copy our core stage 4 image mount -t squashfs "$chrootx86" "$isostagingdirx86" - mount -t ext4 ""$isosyncdirx64".img" "$isosyncdirx86" + mount -t ext4 ""$isosyncdirx86".img" "$isosyncdirx86" rsync -aHAXr --progress "$isostagingx86/" "$isosyncdirx86/" # copy our kernel into cdroot cp -avx ""$isosyncdirx86"/boot/"$isokernelnamex86"" ""$isorootdirx86"/boot/vmlinuz" -- cgit v1.2.3