Skip to content

Commit

Permalink
disable lxc docker
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Dec 5, 2023
1 parent 6a2cfac commit a7ed6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.env
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CLANG_VERSION=r416183b
########################################################################################################################################################

# 开启 LXC and DOCKER
LXC_DOCKER=true
LXC_DOCKER=false

#Kali-Nethunter支持(默认关闭,需自行修改patches/kali-nethunter-kernel与工作流)
ENABLE_NETHUNTER=true
Expand Down
4 changes: 2 additions & 2 deletions scripts/check-kernel-config/LXC-DOCKER-OPEN-CONFIG.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ CONFIG_NF_CONNTRACK_FTP
CONFIG_NF_NAT_TFTP
CONFIG_NF_CONNTRACK_TFTP
CONFIG_AUFS_FS
CONFIG_BTRFS_FS
CONFIG_BTRFS_FS_POSIX_ACL
CONFIG_MD
CONFIG_BLK_DEV_DM
CONFIG_DM_THIN_PROVISIONING
Expand All @@ -142,8 +144,6 @@ CONFIG_CFS_BANDWIDTH
"

CONFIGS_BACKUP="
CONFIG_BTRFS_FS
CONFIG_BTRFS_FS_POSIX_ACL
"
CONFIGS_OFF="
"
Expand Down

0 comments on commit a7ed6e9

Please sign in to comment.