mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-10-05 19:30:59 +00:00
cascading-pr update
This commit is contained in:
parent
2573ccaf19
commit
3fe6c8b7a2
2 changed files with 3 additions and 3 deletions
|
@ -413,7 +413,7 @@ function lxc_install_lxc_inside() {
|
|||
local prefixv6="${2:-$LXC_IPV6_PREFIX_DEFAULT}"
|
||||
|
||||
local packages="make git libvirt0 libpam-cgfs bridge-utils uidmap dnsmasq-base dnsmasq dnsmasq-utils qemu-user-static lxc-templates debootstrap"
|
||||
if test "$(lxc_release)" = bookworm; then
|
||||
if test "$(lxc_release)" != bullseye; then
|
||||
packages="$packages distro-info"
|
||||
fi
|
||||
|
||||
|
|
|
@ -18,11 +18,11 @@ lxc-helpers.sh - LXC container management helpers
|
|||
SYNOPSIS
|
||||
|
||||
lxc-helpers.sh [-v|--verbose] [-h|--help]
|
||||
[-o|--os {bookworm|bullseye} (default bookworm)]
|
||||
[-o|--os {trixie|bookworm|bullseye} (default bookworm)]
|
||||
command [arguments]
|
||||
|
||||
lxc-helpers.sh [-v|--verbose] [-h|--help]
|
||||
[-o|--os {bookworm|bullseye} (default bookworm)]
|
||||
[-o|--os {trixie|bookworm|bullseye} (default bookworm)]
|
||||
[-c|--config {unprivileged lxc libvirt docker k8s} (default "lxc libvirt docker")]
|
||||
lxc_container_create [arguments]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue