lxc: remove check for options we do not package
authorJohn Audia <therealgraysky@proton.me>
Fri, 10 Jan 2025 02:48:25 +0000 (21:48 -0500)
committerTianling Shen <cnsztl@gmail.com>
Mon, 24 Feb 2025 08:08:31 +0000 (16:08 +0800)
commit57434a290d1f29112e130620531286845476d63c
treee5c2776892c7982f2bef12c9a0413c198fc25693
parent2db5fca2d8b3310de2812972af13f91e55a52217
lxc: remove check for options we do not package

We do not package lxc-net or lxcfs so remove the lines within
lxc-checkconfig that looks forCONFIG_IP_NF_TARGET_MASQUERADE and
CONFIG_IP6_NF_TARGET_MASQUERADE which, as far as I know, is the only
part of lxc that needs them. Also remove the check for FUSE since we do
not pakcage lxcfs.

Without this commit, users will see these two as missing.

Signed-off-by: John Audia <therealgraysky@proton.me>
utils/lxc/patches/019-lxc-checkconfig-remove-options-for-lxc-net.patch [new file with mode: 0644]