From cc6ca27f68ed3534960ec1a61a4132be7aa9715f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Jan 2016 00:25:44 +0000 Subject: as you can see x86 was kinda ignored and only guessed, x64 was the only one fully tested...until now --- iso32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso32') diff --git a/iso32 b/iso32 index 9445f86..46fb501 100755 --- a/iso32 +++ b/iso32 @@ -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 -- cgit v1.2.3