globalcitizen / lxc-gentoo

lxc-gentoo: Linux Containers Gentoo Guest Template Script
http://globalcitizen.github.com/lxc-gentoo
GNU General Public License v3.0
86 stars 32 forks source link

Script now successfully downloads x86 stage3 #8

Closed Wicla closed 13 years ago

Wicla commented 13 years ago

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).