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

Download of stage3 x86 #7

Closed Wicla closed 13 years ago

Wicla commented 13 years ago

The script is unable to download x86 stage3 since it doesn't take into consideration that each x86 stage3 has either i486 or i686 between stage3 and the date the file was released.

Also, if a cached version of a stage exists it doesn't take into consideration that a new ARCH is to be installed. So if first an AMD64 installation is done and then a x86 it believes the cached amd64 stage3 is the correct ARCH (no test is done).

globalcitizen commented 13 years ago

Thanks for the fix, I have merged it.