mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 23:19:29 +02:00
Add linux package to defaults (#36)
Should fix mkinitcpio issues due to missing "linux" preset now it's no longer included in "base". Note this issue only affected newer Arch Linux installs (since the change).
This commit is contained in:
parent
1f5b28c065
commit
14347710ce
@ -7,8 +7,10 @@ Storage=volatile
|
|||||||
SystemMaxUse=16M
|
SystemMaxUse=16M
|
||||||
";
|
";
|
||||||
|
|
||||||
pub const BASE_PACKAGES: [&str; 6] = [
|
pub const BASE_PACKAGES: [&str; 8] = [
|
||||||
"base",
|
"base",
|
||||||
|
"linux",
|
||||||
|
"linux-firmware",
|
||||||
"grub",
|
"grub",
|
||||||
"efibootmgr",
|
"efibootmgr",
|
||||||
"intel-ucode",
|
"intel-ucode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user