diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-03 00:25:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-03 00:25:44 +0000 |
commit | cc6ca27f68ed3534960ec1a61a4132be7aa9715f (patch) | |
tree | 544250d3db3d16a4145684e54c32a609f4cc8801 | |
parent | 6836381f19e90a225192357f443805c79b7026ba (diff) |
as you can see x86 was kinda ignored and only guessed, x64 was the only one fully tested...until now
-rwxr-xr-x | iso32 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ makeisox86 () { # mount && copy our core stage 4 image mount -t squashfs "$chrootx86" "$isostagingdirx86" mount -t ext4 ""$isosyncdirx86".img" "$isosyncdirx86" - rsync -aHAXr --progress "$isostagingx86/" "$isosyncdirx86/" + rsync -aHAXr --progress "$isostagingdirx86/" "$isosyncdirx86/" # copy our kernel into cdroot cp -avx ""$isosyncdirx86"/boot/"$isokernelnamex86"" ""$isorootdirx86"/boot/vmlinuz" # configure portage && give up control for package / desktop environment installation |