[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

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