From b9d9638a79648476c6cee3ebd5a50d1cba97f9af Mon Sep 17 00:00:00 2001 From: Iristyle Date: Thu, 4 Apr 2019 08:50:33 -0700 Subject: [PATCH] Remove note about old kernel performance - #41 bumped the kernel to 4.19.27, and #37 already noted that the performance concerns over kernel version (and slow pulls) were no longer relevant. Therefore, remove the note. Signed-off-by: Iristyle --- lcow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lcow.yml b/lcow.yml index 0a28d0b..e2ed001 100644 --- a/lcow.yml +++ b/lcow.yml @@ -1,5 +1,4 @@ kernel: - # For now use an older kernel. See https://github.com/linuxkit/linuxkit/issues/3120 image: linuxkit/kernel:4.19.27 cmdline: "console=ttyS0" tar: none