diff options
| author | 2026-05-22 10:41:21 +0100 | |
|---|---|---|
| committer | 2026-05-22 10:41:21 +0100 | |
| commit | 39bd7d2664ba40ae6753dccc739f2c6bfb43cb13 (patch) | |
| tree | 16a350520039663fcddf507aa0935888c400f672 | |
| parent | 7212ed8f2e355856b456b0c83e8a1ebe5a62d71d (diff) | |
| download | dotfiles-39bd7d2664ba40ae6753dccc739f2c6bfb43cb13.tar.gz dotfiles-39bd7d2664ba40ae6753dccc739f2c6bfb43cb13.tar.bz2 dotfiles-39bd7d2664ba40ae6753dccc739f2c6bfb43cb13.zip | |
feat(pkg): declare linux + dosfstools in base.txt
linux: previously installed only as an Optional Dep of base. Promote to
an explicit declaration so it stops showing up under pacopt.
dosfstools: required by udisks2 (and libblockdev-fs) for mounting FAT
volumes — USB sticks, the EFI system partition, etc. Universally useful
on any desktop install.
| -rw-r--r-- | meta/base.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/base.txt b/meta/base.txt index 6b24c69..3492dbe 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -13,9 +13,11 @@ base-devel chezmoi cpupower dashbinsh +dosfstools fwupd iwd kernel-modules-hook +linux linux-firmware lostfiles lshw |
