From ac97608fe70527a7bd47c71589b413d94fee3ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 19 Apr 2022 13:56:17 +0200 Subject: [PATCH] Update constants.rs - use Linux515 LTS --- src/constants.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.rs b/src/constants.rs index 4159508..993783b 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -9,8 +9,8 @@ SystemMaxUse=16M pub const BASE_PACKAGES: [&str; 9] = [ "base", - "linux54", - "linux54-broadcom-wl", + "linux515", + "linux515-broadcom-wl", "linux-firmware", "grub", "efibootmgr",