I'm surprised at lxc's choice of recognized architectures: x86, i686,
x86_64, and amd64.

Any reason for omitting i386?

Fedora uses i386 and x86_64
Debian/Ubuntu use i686 and amd64.
I haven't seen x86 before but it does make sense.  What distro uses it?

    - Scott



       struct per_name {
               char *name;
               int per;
       } pername[4] = {
               { "x86", PER_LINUX32 },
               { "i686", PER_LINUX32 },
               { "x86_64", PER_LINUX },
               { "amd64", PER_LINUX },
       };
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to