mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
Update constants.rs
- use correct extramodule for LTS kernel
This commit is contained in:
parent
922f9cccfe
commit
5b2e5d75ec
@ -10,13 +10,13 @@ SystemMaxUse=16M
|
|||||||
pub const BASE_PACKAGES: [&str; 9] = [
|
pub const BASE_PACKAGES: [&str; 9] = [
|
||||||
"base",
|
"base",
|
||||||
"linux54",
|
"linux54",
|
||||||
|
"linux54-broadcom-wl",
|
||||||
"linux-firmware",
|
"linux-firmware",
|
||||||
"grub",
|
"grub",
|
||||||
"efibootmgr",
|
"efibootmgr",
|
||||||
"intel-ucode",
|
"intel-ucode",
|
||||||
"networkmanager",
|
|
||||||
"broadcom-wl",
|
|
||||||
"amd-ucode",
|
"amd-ucode",
|
||||||
|
"networkmanager",
|
||||||
];
|
];
|
||||||
|
|
||||||
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];
|
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user