mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
![]() Bumping lxc to version v6.0.1, which comprises the following commits: f1be0d814 Release LXC 6.0.1 9fb53cfa1 meson: fix build with -Dtools-multicall=true on NixOS f92aa6066 github: exclude clang & ubuntu-24.04 combination 6a0b1504e lxc/storage/zfs: ignore false-positive use-after-free warning 6ba6c3208 github: properly check apparmor profile changes 8e72b94bd github: start using ubuntu-24.04 f91ce0d8b apparmor: regenerate rules cba7a6746 apparmor: use /{,**} instead of /** e97321ff9 apparmor: regenerate rules 89071ba7b apparmor: fix rule path pattern specification syntax 32c7a157d lxc-local: remove check for template existence before extraction 81a2c8253 lxc-local: fix incorrect path to `templates` file fdeb88655 lxc-local: fix use of `LXC_PATH` before init be7179a08 Update lxc-execute.sgml.in 247f5eed5 Update lxc-{attach,execute}.sgml.in bb23a71af Update lxc-execute.sgml.in f98b7ab53 Update lxc-attach.sgml.in e31ce9753 network: netdev_configure_server_veth: reduce scope of disable_ipv6_fd/path vars bd8d5b747 lxc/network: handle non-existing sysctl <ifname>/disable_ipv6 41aa42e27 github: test the lxc multicall binary builds too 1b3b06d8e meson: fix build on NixOS 3dee5fb88 Release LXC 6.0.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
||
---|---|---|
.. | ||
files | ||
lxc_git.bb | ||
README |
install:
Install the following packages to your image:
IMAGE_INSTALL:append = "lxc lxc-networking kernel-modules"
These will put the core lxc application and networking onto your image. No other configuration is required for a basic system.
Note: has only been tested with systemd, sysvinit patches are welcome
Note: Partially conflicts with packages such as k3s, networking will fail to start.
sample test:
% lxc-create -n test -t download -- --server us.lxd.images.canonical.com -d alpine -r 3.16 -a amd64 % lxc-start test % lxc-console test