]> git.proxmox.com Git - mirror_lxc.git/commit
Use "uname -m" instead of "arch"
authorChristian Bühler <christian@cbuehler.de>
Sat, 20 Apr 2013 13:50:13 +0000 (15:50 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 21 Apr 2013 18:23:40 +0000 (20:23 +0200)
commited4616b1cfbc84dd01caa8546d813e8c5d482921
tree4d480ff8da5adeebdbd5fc327656d49d90bfe4e3
parent6c5db2af1f706e8f21f2a5f074bada96e9011052
Use "uname -m" instead of "arch"

According to "arch"'s manpage, it's identical to "uname -m".

Some distros ship uname but don't ship arch, however all distros ship uname,
therefore it makes sense to use "uname -m" whenever possible.

Signed-off-by: Christian Bühler <christian@cbuehler.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-altlinux.in
templates/lxc-debian.in
templates/lxc-fedora.in
templates/lxc-opensuse.in
templates/lxc-oracle.in
templates/lxc-ubuntu-cloud.in
templates/lxc-ubuntu.in