From 6222087c65aa23980262d4561ea6c6771093da5d Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 3 Apr 2022 22:22:35 +1000 Subject: [PATCH] arch/system example --- arch/system | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 arch/system diff --git a/arch/system b/arch/system new file mode 100644 index 0000000..fd9f881 --- /dev/null +++ b/arch/system @@ -0,0 +1,19 @@ +# bootloader +efibootmgr +grub + +# kernel/drivers +intel-ucode +linux-lts +linux-firmware +terminus-font # Linux VT +tlp + +# filesystems +cryptsetup +zfs-linux-lts + +# networking +crda +iw +networkmanager -- 2.39.2