aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/packages.x86_64
Commit message (Collapse)AuthorAgeFilesLines
* Add grub and refind backTom Yan2021-11-301-0/+2
| | | | | | | "rescue/installation actions for {grub,refind} should be run from within a chroot" is a false statement. See --boot-directory of grub-install and --root of refind-install. (In the case of grub, there are people that do not use the ugly grub-mkconfig at all.)
* Remove SPDX license identifier from releng configsDavid Runge2021-07-291-2/+0
| | | | | | configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
* configs/releng/packages.x86_64: remove termite-terminfonl67202021-07-111-1/+0
| | | | | | termite was removed from the official repos. Fixes https://bugs.archlinux.org/task/71481 .
* Add pv to the list of releng packagesDavid Runge2021-05-301-0/+1
| | | | | configs/releng/packages.x86_64: Add pv, as it was not added in the context of !118.
* configs/releng/packages.x86_64: explicitly add wanted packages instead of ↵nl67202021-05-111-1/+6
| | | | | | relying on pulling them in as dependencies Fixes #119.
* configs/*: add VM guest packages and enable their servicesnl67202021-05-111-0/+2
| | | | | | | * virtualbox-guest-utils-nox package and vboxservice.service for VirtualBox. * qemu-guest-agent package and qemu-guest-agent.service for QEMU & libvirt. Implements #118.
* Add packages for unlocking LUKS2 volumes with systemdDavid Runge2021-04-301-0/+2
| | | | | | configs/releng/packages.x86_64: Add libfido2 for unlocking LUKS2 volumes with FIDO2 tokens. Add tpm2-tss for unlocking LUKS2 volumes with TPM2.
* Add required packages to interact with smartcardsDavid Runge2021-04-301-0/+2
| | | | | | | configs/releng/packages.x86_64: Add libusb-compat and pcsclite as optional dependencies for gnupg to be able to interact with smartcards out-of-the-box. Closes #122
* Revert "configs/releng: improve UX"David Runge2021-03-301-1/+0
| | | | This reverts commit 8b6f3545e348caf16a2ff30d948ff93b4d9a4b89.
* configs/releng: improve UXnl67202021-03-301-0/+1
| | | | Implements #90
* releng/packages: Add archinstall to the list of packagesGiancarlo Razzolini2021-03-301-0/+1
| | | | Add archinstall to the list of packages thare are installed on the ISO.
* configs/releng: add and enable ModemManagernl67202021-03-261-0/+1
| | | | | | | | ModemManager's mmcli is the simplest way to connect with WWAN modems. Mention mmcli in MOTD. Implements #110.
* add a sound card firmwareAlexander Epaneshnikov2021-03-141-0/+1
|
* releng: Add usbmuxd to list of packagesDavid Runge2021-02-161-0/+1
| | | | | | | | configs/releng/packages.x86_64: Add usbmuxd to list of packages, so that users have the option to use iOS devices out-of-the-box for data connection during installation. Fixes #99
* Remove havegedKristian Klausen2021-02-161-1/+0
| | | | | | | | | | | | | | | | | | | haveged was added 8 years ago[1] to increase entropy and presumably to prevent entropy starvation. A few things has changed since, most notable: * the kernel actively tries to add entropy (jitter entropy)[2][3][4][5] * /dev/random no longer blocks after CRNG initialization[6][7] [1] d7e790d ("Initialize pacman keyring on bootup") [2] https://github.com/torvalds/linux/commit/3f2dc2798b81531fd93a3b9b7c39da47ec689e55 [3] https://github.com/torvalds/linux/commit/50ee7529ec4500c88f8664560770a7a1b65db72b [4] https://lore.kernel.org/lkml/alpine.DEB.2.21.1909290010500.2636@nanos.tec.linutronix.de/T/ [5] https://lwn.net/Articles/800509/ [6] https://github.com/torvalds/linux/commit/30c08efec8884fb106b8e57094baa51bb4c44e32 [7] https://lwn.net/Articles/808575/ Fix #98
* add cloud-init to relengMichael Vorburger2021-01-231-0/+1
|
* configs/releng/packages.x86_64: add fatresize, gpart and tmuxnl67202020-11-011-0/+3
| | | | | | - fatresize is a utility to resize FAT filesystems using libparted. - gpart is partition table rescue/guessing tool. - tmux is a terminal multiplexer. Requested in https://bugs.archlinux.org/task/68252 .
* implement accessibility support in archisoAlexander Epaneshnikov2020-10-291-0/+4
| | | | this fixes #67
* configs/releng/packages.x86_64: add squashfs-tools and udftoolsnl67202020-10-291-0/+2
| | | | | - squashfs-tools can be used for system backup. https://wiki.archlinux.org/index.php/Full_system_backup_with_SquashFS - udftools is needed to format UDF file systems.
* configs/releng/packages.x86_64: replace exfat-utils with exfatprogsnl67202020-08-111-1/+1
| | | | exfatprogs uses the kernel's driver unlike exfat-utils which provides a FUSE driver.
* releng: copy UEFI shell from airootfs instead of the host systemnl67202020-07-301-0/+1
| | | | Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/35 .
* Install mkinitcpio-archiso-hooks in airootfs instead of copying the hooks ↵nl67202020-07-301-0/+1
| | | | from host
* Add license and basic documentationDavid Runge2020-07-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | LICENSE: Add GPL-3.0 license. {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}: Add SPDX license identifier. Makefile: Add SPDX license identifier. Install the `run_archiso.sh` script as global executable `run_archiso`. Use -D and -t flags to install to install files more generically (without a previous call to install the directory). README.rst: Add README outlining the project's scope, how to build images from the profiles and how to test. AUTHORS.rst: Add list of all direct contributors to the repository. CONTRIBUTING.rst: Add basic contribution guidelines, explaining the linter and the license in use. Closes #7 Closes #3
* Install all packages in one go and don't copy pacman.conf to airootfsnl67202020-07-281-0/+2
| | | | | | | | | configs/{baseline,releng}/build.sh: Copy custom files to airootfs before installing packages. Instead of calling `mkarchiso init`, list all required packages in packages.x86_64 and install them all at once with `mkarchiso install`. The mkdir command which `mkarchiso init` performs is now done by make_custom_airootfs. configs/releng/build.sh: Don't copy configs/releng/pacman.conf to airootfs, it is only meant to provide a unmodified pacman.conf durring pacstrap. In airootfs, an unmodified /etc/pacman.conf will be installed with the pacman package.
* Explicitly add linux and mkinitcpio to packages.x86_64nl67202020-07-121-0/+2
| | | | linux only gets pulled in because of broadcom-wl and mkinitcpio (usually) gets pulled in by linux.
* Don't hardcode packages in build.shnl67202020-07-121-0/+7
| | | | | Move all required packages to packages.x86_64. Test file availability before copying them.
* Remove lynx usage in configs/releng/build.shnl67202020-07-111-1/+1
| | | | | | | | /usr/local/bin/Installation_guide: Add a convenience script which opens the installation guide in lynx. /etc/motd: Provide a message with minimal instructions for connecting to internet and inform about the Installation_guide convenience script.
* Remove unnecessary dialog packagenl67202020-07-111-1/+0
| | | | | dialog was only added because it was needed for netctl's wifi-menu. Now that netctl is removed, nothing requires dialog.
* Sort packages.x86_64nl67202020-07-111-4/+4
| | | | | | Additionally update names of renamed packages: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/bind&id=1b097b9bcaddd65c7af4f92efef175f959395a7e https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/vim&id=807b49bf022a6d523ca6215d5b34cd1e37457bd5
* Add terminus-fontnl67202020-07-111-0/+1
| | | | | When built with CONFIG_FONT_TER16x32, the Linux kernel includes a TER16x32 font based on ter-i32b from terminus-font. The kernel will automatically choose this font on screen resolutions larger than 1920×1080. The terminus-font package includes fonts for other character sets, which may be useful during installation.
* Add *-terminfo packages to ease installation via SSHnl67202020-07-111-0/+3
|
* Add reflector and enable reflector.servicenl67202020-06-301-0/+1
| | | | | reflector.service will update pacman's mirrorlist after a network connection is established in the live system. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/26 .
* Add efibootmgrnl67202020-06-301-0/+1
| | | | It was previously pulled in as a dependency of refind. Now that refind is removed, add efibootmgr explicitly.
* Add back lsscsinl67202020-06-301-0/+1
| | | | It cannot be fully replaced by lsblk.
* Adding systemd-resolvconfDavid Runge2020-06-241-0/+1
| | | | | | | | | | configs/releng/packages.x86_64: Due to dropping netctl from the image, no packgae currently directly pulls in a resolvconf provider. The systemd-resolvconf package is compatible with systemd-resolved which is in use on the image now and the preferred choice. Closes #22
* Removin unneeded packagesDavid Runge2020-06-231-6/+0
| | | | | | | | | | | | | | | configs/releng/packages.x86_64: Removing packages: * grub :rescue/ installation actions for grub should be run from within a chroot * lsscsi: lsblk provides the same functionality * netctl: we have systemd-networkd enabled by default * ntp: we have systemd-timesyncd * refind: rescue/ installation actions for refind should be run from within a chroot * vi: we have vim Closes #15
* Adding nvme-cli to package listDavid Runge2020-06-231-0/+1
| | | | | | | | configs/releng/packages.x86_64: Adding nvme-cli to the list of packages for working with NVME drives in a live environment (as discussed in FS#63769). Closes #20
* Removing wget in favor of curlDavid Runge2020-06-231-1/+0
| | | | | | | | | | | | configs/releng/airootfs/root/.automated_script.sh: Replacing wget with curl for the use-case of downloading a pre-specified remote startup script (changing flags where needed). configs/releng/packages.x86_64: Removing wget from the list of installed packages, as .automated_script.sh was the only reason for it being installed. Closes #16
* Renaming refind-efi to refindDavid Runge2020-05-301-1/+1
| | | | | | configs/releng/packages.x86_64: As the refind-efi package has been renamed to refind, the package required for the releng image needs to be renamed as well.
* Revert "Renaming refind package"David Runge2020-05-301-1/+1
| | | | This reverts commit c16612401e2db36ae5437df2c77999d45f47d39f.
* Renaming refind packageDavid Runge2020-04-231-1/+1
| | | | | configs/releng/packages.x86_64: refind-efi has been renamed to refind
* FS#64049: Re-add missing packages reflecting the base group to package ↵Pierre Schmitz2019-10-161-0/+14
| | | | transition
* [configs/releng] Re-add wpa_supplicantGerardo Exequiel Pozzi2019-05-011-0/+1
|
* [configs/releng] Add iwdGerardo Exequiel Pozzi2019-04-061-0/+1
| | | | Requested at FS#62087
* Update packages.x86_64martindamianfernandez2019-04-061-1/+0
| | | | | | wpa_actiond 404 file no found
* [configs/releng] add wireless-regdb to airootfsGerardo Exequiel Pozzi2018-07-261-0/+1
| | | | Requested at FS#59434
* [releng] bye zd1211-firmwareGerardo Exequiel Pozzi2018-06-231-1/+0
|
* [releng] Cleanup remain dual-arch stuffGerardo Exequiel Pozzi2018-06-231-0/+65
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* [configs/releng] Always install needed pkgs from build.shGerardo Exequiel Pozzi2014-12-211-3/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* [configs/releng] Update package list for grubGerardo Exequiel Pozzi2013-06-231-1/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>