diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-03 00:17:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-03 00:17:57 +0000 |
commit | 6836381f19e90a225192357f443805c79b7026ba (patch) | |
tree | 1b99d0f1c0b2e18a14728e346835b7bbeabae40e | |
parent | a59d731668bb66ace7d1d76a43e29243935c6012 (diff) |
how the hell this happened?
-rwxr-xr-x | iso32 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |