mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-24 22:19:28 +02:00
[presets] try to make base adjustable
This commit is contained in:
parent
493caad5b5
commit
153c408c87
1
presets/base.toml
Normal file
1
presets/base.toml
Normal file
@ -0,0 +1 @@
|
||||
packages = [ "linux61 ", "linux61-broadcom-wl ", "linux-firmware ", "grub ", "efibootmgr ", "intel-ucode ", "amd-ucode ", "networkmanager"]
|
1
presets/xfce-manjaro/00-base.toml
Symbolic link
1
presets/xfce-manjaro/00-base.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../base.toml
|
1
presets/xfce/00-base.toml
Symbolic link
1
presets/xfce/00-base.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../base.toml
|
@ -7,16 +7,6 @@ Storage=volatile
|
||||
SystemMaxUse=16M
|
||||
";
|
||||
|
||||
pub const BASE_PACKAGES: [&str; 9] = [
|
||||
"base",
|
||||
"linux61",
|
||||
"linux61-broadcom-wl",
|
||||
"linux-firmware",
|
||||
"grub",
|
||||
"efibootmgr",
|
||||
"intel-ucode",
|
||||
"amd-ucode",
|
||||
"networkmanager",
|
||||
];
|
||||
pub const BASE_PACKAGES: [&str; 9] = ["base"];
|
||||
|
||||
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user