Fixed faulty logic with architecture (amd64 always ends up as default).
Since script didn't consider "subarch" (i386, i686) of x86 it was unable to download stage3 files for x86. If x86 is chosen as ARCH, SUBARCH defaults to output of uname -m but also prompts user for input (if user want to change).
Fixed faulty logic with architecture (amd64 always ends up as default). Since script didn't consider "subarch" (i386, i686) of x86 it was unable to download stage3 files for x86. If x86 is chosen as ARCH, SUBARCH defaults to output of
uname -m
but also prompts user for input (if user want to change).