search for: b4f2f61

Displaying 1 result from an estimated 1 matches for "b4f2f61".

2014 Mar 10
2
[PATCH] builder: complete architecture handling
...e $no_network \ -o $output --size 2G --format $format \ + --arch x86_64 --allow-foreign-arch-ops \ --hostname test.example.com \ --timezone Europe/London \ --root-password password:123456 \ diff --git a/builder/uname-c.c b/builder/uname-c.c new file mode 100644 index 0000000..b4f2f61 --- /dev/null +++ b/builder/uname-c.c @@ -0,0 +1,60 @@ +/* virt-builder + * Copyright (C) 2014 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either...