diff options
| author | nl6720 <nl6720@gmail.com> | 2021-05-11 09:14:54 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2021-05-11 23:51:00 +0300 |
| commit | 3678bba89940452048e8b3fa1ddd433d19d4f70f (patch) | |
| tree | 6cf3b6f98745d5e8d9c7590118edc918f523ab53 /configs/releng/packages.x86_64 | |
| parent | bd2b861aa39167e4fc658a354071b95fbd050c0f (diff) | |
| download | archiso-3678bba89940452048e8b3fa1ddd433d19d4f70f.tar.gz archiso-3678bba89940452048e8b3fa1ddd433d19d4f70f.tar.bz2 | |
configs/releng/packages.x86_64: explicitly add wanted packages instead of relying on pulling them in as dependencies
Fixes #119.
Diffstat (limited to 'configs/releng/packages.x86_64')
| -rw-r--r-- | configs/releng/packages.x86_64 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 434ffd2..1f87424 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -2,8 +2,8 @@ # SPDX-License-Identifier: GPL-3.0-or-later alsa-utils amd-ucode -archinstall arch-install-scripts +archinstall b43-fwcutter base bind-tools @@ -13,6 +13,7 @@ btrfs-progs clonezilla cloud-init crda +cryptsetup darkhttpd ddrescue dhclient @@ -21,6 +22,7 @@ diffutils dmraid dnsmasq dosfstools +e2fsprogs edk2-shell efibootmgr espeakup @@ -39,9 +41,11 @@ intel-ucode ipw2100-fw ipw2200-fw irssi +iw iwd jfsutils kitty-terminfo +less lftp libfido2 libusb-compat @@ -85,6 +89,7 @@ reiserfsprogs rp-pppoe rsync rxvt-unicode-terminfo +screen sdparm sg3_utils smartmontools |
