mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Merge pull request #1328 from rneugeba/no-aufs
kernel: Remove remaining AUFS bits
This commit is contained in:
commit
ca3eccdc9f
2
Makefile
2
Makefile
@ -75,7 +75,7 @@ test: test-initrd.img test-bzImage
|
||||
|
||||
.PHONY: ebpf
|
||||
EBPF_TAG=ebpf/ebpf.tag
|
||||
EBPF_IMAGE=mobylinux/ebpf:$(MEDIA_PREFIX)$(AUFS_PREFIX)$(TAG)
|
||||
EBPF_IMAGE=mobylinux/ebpf:$(MEDIA_PREFIX)$(TAG)
|
||||
ebpf: alpine/initrd.img kernel/x86_64/vmlinuz64
|
||||
ifeq ($(STATUS),)
|
||||
[ -f $(EBPF_TAG) ]
|
||||
|
@ -1,16 +0,0 @@
|
||||
CONFIG_AUFS_FS=y
|
||||
# CONFIG_AUFS_BRANCH_MAX_127 is not set
|
||||
# CONFIG_AUFS_BRANCH_MAX_511 is not set
|
||||
# CONFIG_AUFS_BRANCH_MAX_1023 is not set
|
||||
CONFIG_AUFS_BRANCH_MAX_32767=y
|
||||
CONFIG_AUFS_SBILIST=y
|
||||
# CONFIG_AUFS_HNOTIFY is not set
|
||||
# CONFIG_AUFS_EXPORT is not set
|
||||
CONFIG_AUFS_XATTR=y
|
||||
# CONFIG_AUFS_FHSM is not set
|
||||
# CONFIG_AUFS_RDU is not set
|
||||
# CONFIG_AUFS_SHWH is not set
|
||||
# CONFIG_AUFS_BR_RAMFS is not set
|
||||
# CONFIG_AUFS_BR_FUSE is not set
|
||||
CONFIG_AUFS_BDEV_LOOP=y
|
||||
# CONFIG_AUFS_DEBUG is not set
|
Loading…
Reference in New Issue
Block a user