configs/common: add lxc_packages for installing LXC
With this, you can run LXC containers on your OpenWRT
This commit is contained in:
@@ -67,3 +67,17 @@ block-mount blockd e2fsprogs fdisk lsblk resize2fs losetup
|
||||
# 3.1M /usr/lib/libpython3.9.so.1.0
|
||||
# 6.6M /usr/lib/python3.9/lib-dynload/*.so
|
||||
packages_python="python3-light python3-urllib"
|
||||
|
||||
# List below taken from
|
||||
# https://forum.openwrt.org/t/openwrt-arm64-quick-lxc-howto-guide-lms-in-debian-system-in-lxc-container/99835
|
||||
packages_lxc="
|
||||
xz tar gnupg \
|
||||
kmod-ikconfig kmod-veth \
|
||||
cgroupfs-mount cgroup-tools \
|
||||
gnupg-utils gnupg2-dirmngr \
|
||||
luci-app-lxc liblxc lxc lxc-attach lxc-auto lxc-autostart lxc-cgroup lxc-checkconfig \
|
||||
lxc-common lxc-config lxc-configs lxc-console lxc-copy lxc-create lxc-destroy \
|
||||
lxc-device lxc-execute lxc-freeze lxc-hooks lxc-info lxc-init lxc-ls lxc-monitor \
|
||||
lxc-monitord lxc-snapshot lxc-start lxc-stop lxc-templates lxc-top lxc-unfreeze \
|
||||
lxc-unprivileged lxc-unshare lxc-user-nic lxc-usernsexec lxc-wait rpcd-mod-lxc \
|
||||
"
|
||||
|
||||
@@ -33,6 +33,7 @@ ${packages_usb_eth}
|
||||
${packages_luci_apps}
|
||||
${packages_usb_storage}
|
||||
${packages_python}
|
||||
${packages_lxc}
|
||||
bcm27xx-eeprom
|
||||
irqbalance
|
||||
ethtool
|
||||
@@ -49,7 +50,6 @@ procps-ng procps-ng-watch procps-ng-pgrep procps-ng-ps procps-ng-top procps-ng-f
|
||||
curl wget rsync file htop lsof less mc tree usbutils bash diffutils libreadline
|
||||
strace
|
||||
openssh-sftp-server
|
||||
luci-app-lxc
|
||||
"
|
||||
# disabled packages
|
||||
# openssh-server
|
||||
|
||||
Reference in New Issue
Block a user