X-Git-Url: http://git.onelab.eu/?p=lxc-userspace.git;a=blobdiff_plain;f=lxcsu;h=97600cf6b4b60ee7f68c3e9da93585554eb4d089;hp=9282a9a7c3139513fa4a8c3d39ff2e1757a0034d;hb=5851c34c3ae60491401eed467fcc39273c0b738e;hpb=68a082dd8a5a096142f043c99389d820066cb445 diff --git a/lxcsu b/lxcsu index 9282a9a..97600cf 100644 --- a/lxcsu +++ b/lxcsu @@ -56,6 +56,9 @@ except: slice_spec = None +# xxx fixme xxx - provide a default as this is not always properly computed +arch = 'x86_64' + for e in output: try: l = e.rstrip() @@ -135,7 +138,6 @@ if (not umount('/sys/fs/cgroup')): pid = os.fork() -#arch = 'x86_64' if (pid == 0): cap_arg = '--drop='+drop_capabilities