mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Remove remaining AUFS bits
Commit c3fc6faa35
removed AUFS support bit missed the kernel
config and a mentioned in the main Makefile.
This commit removes these also.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
f4bf27e044
commit
0dc52bb387
2
Makefile
2
Makefile
@ -75,7 +75,7 @@ test: test-initrd.img test-bzImage
|
|||||||
|
|
||||||
.PHONY: ebpf
|
.PHONY: ebpf
|
||||||
EBPF_TAG=ebpf/ebpf.tag
|
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
|
ebpf: alpine/initrd.img kernel/x86_64/vmlinuz64
|
||||||
ifeq ($(STATUS),)
|
ifeq ($(STATUS),)
|
||||||
[ -f $(EBPF_TAG) ]
|
[ -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