[lxc-devel] [lxc/lxc] 1d1774: use susv3 head arguments
GitHub
noreply at github.com
Fri Jan 31 09:38:38 UTC 2014
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: 1d1774b1ac705364c8eb7959a554935d8c134230
https://github.com/lxc/lxc/commit/1d1774b1ac705364c8eb7959a554935d8c134230
Author: Bogdan Purcareata <bogdan.purcareata at freescale.com>
Date: 2014-01-31 (Fri, 31 Jan 2014)
Changed paths:
M src/lxc/lxc-checkconfig.in
M src/tests/lxc-test-ubuntu
M templates/lxc-alpine.in
M templates/lxc-oracle.in
Log Message:
-----------
use susv3 head arguments
Without enabling INCLUDE_SUSv2 in busybox, we need to use head's -n argument,
rather than -#.
Signed-off-by: Christopher Larson <kergoth at gmail.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: 6ee257941cb985e12a097bc83d551fa323d8aad2
https://github.com/lxc/lxc/commit/6ee257941cb985e12a097bc83d551fa323d8aad2
Author: Robert Vogelgesang <vogel at users.sourceforge.net>
Date: 2014-01-31 (Fri, 31 Jan 2014)
Changed paths:
M src/lxc/lxc_stop.c
Log Message:
-----------
Fix lxc-stop's argument parsing
Change lxc-stop's argument parsing so that it matches what the help option
and the man page both describe.
Signed-off-by: Robert Vogelgesang <vogel at users.sourceforge.net>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: ad3f14ab58ec91ff11d0dcf2cbd5f47f02935344
https://github.com/lxc/lxc/commit/ad3f14ab58ec91ff11d0dcf2cbd5f47f02935344
Author: Scott Moser <smoser at ubuntu.com>
Date: 2014-01-31 (Fri, 31 Jan 2014)
Changed paths:
M templates/lxc-ubuntu-cloud.in
Log Message:
-----------
lxc-ubuntu-cloud: various small changes
* ppc64el images now exist and generally function.
Instead of failing because an arch isnt in the list,
let that check happen by ability to download something.
* update the hard coded ubuntu releases to know about 'trusty'
and drop no longer supported releases (consistent with behavior
when distro-info is available)
* shorten the logic that decides if host and container arch
are supported.
* support skipping "invalid arch" check entirely via undocumented
variable UCTEMPLATE_SKIP_ARCH_CHECK.
* update usage to reference 'tryreleased' as the default 'stream'
* give good error message if user tries 'released' and there
is no released version available.
Signed-off-by: Scott Moser <smoser at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: d46417540f61ffb93344f3d338340588bf118ab4
https://github.com/lxc/lxc/commit/d46417540f61ffb93344f3d338340588bf118ab4
Author: Stéphane Graber <stgraber at ubuntu.com>
Date: 2014-01-31 (Fri, 31 Jan 2014)
Changed paths:
M templates/lxc-ubuntu-cloud.in
Log Message:
-----------
lxc-ubuntu-cloud: Update arm* cross
| host arch | arm64 | armhf | armel |
-------------------------------------
| arm64 | X | X | X |
| armhf | | X | X |
| armel | | X | X |
-------------------------------------
Although optional, all existing arm64 silicon supports 32bit instructions.
armel/armhf is only a userspace change, so they are interchangeable.
However armhf isn't supported on all armel platforms (e.g. armv6) but
all those we support have hard-float.
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
Compare: https://github.com/lxc/lxc/compare/5c4734bcfb57...d46417540f61
More information about the lxc-devel
mailing list