Update constants.rs

- use correct extramodule for LTS kernel
This commit is contained in:
Philip Müller 2020-07-02 13:47:21 +02:00 committed by GitHub
parent 922f9cccfe
commit 5b2e5d75ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@ SystemMaxUse=16M
pub const BASE_PACKAGES: [&str; 9] = [
"base",
"linux54",
"linux54-broadcom-wl",
"linux-firmware",
"grub",
"efibootmgr",
"intel-ucode",
"networkmanager",
"broadcom-wl",
"amd-ucode",
"networkmanager",
];
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];