From 493caad5b537be3ea9f6b91246eba198cfa1df9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Wed, 21 Jun 2023 20:11:20 +0200 Subject: [PATCH] Update constants.rs - use Linux61 --- src/constants.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.rs b/src/constants.rs index 993783b..e8a587a 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -9,8 +9,8 @@ SystemMaxUse=16M pub const BASE_PACKAGES: [&str; 9] = [ "base", - "linux515", - "linux515-broadcom-wl", + "linux61", + "linux61-broadcom-wl", "linux-firmware", "grub", "efibootmgr",