mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 00:17:27 +00:00
Add an LTS 4.4 kernel
This is the same as aufs variant, but without AUFS patches. Looks like GCP may need this, at least initially. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
3
Makefile
3
Makefile
@@ -55,6 +55,9 @@ endif
|
||||
ifdef AUFS4.4
|
||||
AUFS_PREFIX=aufs4.4-
|
||||
endif
|
||||
ifdef LTS4.4
|
||||
AUFS_PREFIX=lts4.4-
|
||||
endif
|
||||
MEDIA_IMAGE=mobylinux/media:$(MEDIA_PREFIX)$(AUFS_PREFIX)$(TAG)
|
||||
INITRD_IMAGE=mobylinux/mobylinux:$(MEDIA_PREFIX)$(AUFS_PREFIX)$(TAG)
|
||||
KERNEL_IMAGE=mobylinux/kernel:$(MEDIA_PREFIX)$(AUFS_PREFIX)$(TAG)
|
||||
|
||||
Reference in New Issue
Block a user