- 30 Apr, 2021 2 commits
-
-
David Runge authored
configs/releng/packages.x86_64: Add libfido2 for unlocking LUKS2 volumes with FIDO2 tokens. Add tpm2-tss for unlocking LUKS2 volumes with TPM2.
-
David Runge authored
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
-
- 30 Mar, 2021 3 commits
-
-
David Runge authored
This reverts commit 8b6f3545.
-
Implements #90
-
Add archinstall to the list of packages thare are installed on the ISO.
-
- 26 Mar, 2021 1 commit
-
-
nl6720 authored
ModemManager's mmcli is the simplest way to connect with WWAN modems. Mention mmcli in MOTD. Implements #110.
-
- 14 Mar, 2021 1 commit
-
-
- 16 Feb, 2021 2 commits
-
-
David Runge authored
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
-
Kristian Klausen authored
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] d7e790df ("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
-
- 23 Jan, 2021 1 commit
-
-
- 01 Nov, 2020 1 commit
-
-
nl6720 authored
- 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 .
-
- 29 Oct, 2020 2 commits
-
-
Alexander Epaneshnikov authored
this fixes #67
-
nl6720 authored
- 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.
-
- 11 Aug, 2020 1 commit
-
-
nl6720 authored
exfatprogs uses the kernel's driver unlike exfat-utils which provides a FUSE driver.
-
- 30 Jul, 2020 2 commits
-
-
nl6720 authored
Fixes archlinux/archiso#35 .
-
nl6720 authored
-
- 29 Jul, 2020 1 commit
-
-
David Runge authored
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
-
- 28 Jul, 2020 1 commit
-
-
nl6720 authored
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.
-
- 12 Jul, 2020 2 commits
- 11 Jul, 2020 5 commits
-
-
nl6720 authored
/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.
-
nl6720 authored
dialog was only added because it was needed for netctl's wifi-menu. Now that netctl is removed, nothing requires dialog.
-
nl6720 authored
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
-
nl6720 authored
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.
-
nl6720 authored
-
- 30 Jun, 2020 3 commits
- 24 Jun, 2020 1 commit
-
-
David Runge authored
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
-
- 23 Jun, 2020 3 commits
-
-
David Runge authored
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
-
David Runge authored
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
-
David Runge authored
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
-
- 30 May, 2020 2 commits
-
-
David Runge authored
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.
-
David Runge authored
This reverts commit c1661240.
-
- 23 Apr, 2020 1 commit
-
-
David Runge authored
configs/releng/packages.x86_64: refind-efi has been renamed to refind
-
- 16 Oct, 2019 1 commit
-
-
Pierre Schmitz authored
-
- 01 May, 2019 1 commit
-
-
Gerardo Exequiel Pozzi authored
-
- 06 Apr, 2019 2 commits
-
-
Gerardo Exequiel Pozzi authored
Requested at FS#62087
-
martindamianfernandez authored
wpa_actiond 404 file no found
-
- 26 Jul, 2018 1 commit
-
-
Gerardo Exequiel Pozzi authored
Requested at FS#59434
-