Bug#622626: LXC Debian template architecture bug

2011-07-06 Thread Daniel Baumann
tag 622626 fixed-upstream thanks this has recently been fixed in upstream, the next version (probably 0.7.5) will therefore fix that. Regards, Daniel -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet:

Bug#622626: LXC Debian template architecture bug

2011-04-13 Thread Benjamin Kiessling
Package: lxc Version: 0.7.2-1 Severity: minor Tags: patch Hello, the Debian template script tests if the architecture is i686 and corrects it to i386 but fails to do so for i586 systems (in my case a Geode PC). This bug can be corrected by changing if [ $arch == i686 ]; then arch=i386