[presets] try to make base adjustable

This commit is contained in:
Philip Mueller 2023-06-22 09:24:36 +02:00
parent 493caad5b5
commit 153c408c87
4 changed files with 4 additions and 11 deletions

1
presets/base.toml Normal file
View File

@ -0,0 +1 @@
packages = [ "linux61 ", "linux61-broadcom-wl ", "linux-firmware ", "grub ", "efibootmgr ", "intel-ucode ", "amd-ucode ", "networkmanager"]

View File

@ -0,0 +1 @@
../base.toml

1
presets/xfce/00-base.toml Symbolic link
View File

@ -0,0 +1 @@
../base.toml

View File

@ -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"];