From b2dc7e628aa64152864b4019f583cc6b89603576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 2 Jul 2020 13:38:52 +0200 Subject: [PATCH] Update constants.rs - use latest LTS kernel --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.rs b/src/constants.rs index 55fda5b..04a0967 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -9,7 +9,7 @@ SystemMaxUse=16M pub const BASE_PACKAGES: [&str; 9] = [ "base", - "linux", + "linux54", "linux-firmware", "grub", "efibootmgr",