- 17 May, 2022 1 commit
-
-
Darren Ng authored
-
- 30 Apr, 2022 1 commit
-
- 28 Apr, 2022 1 commit
-
-
nl6720 authored
It is needed for installing Arch on an iSCSI target.
-
- 07 Apr, 2022 1 commit
-
-
nl6720 authored
It is useful for finding information about the system's hardware and firmware.
-
- 05 Apr, 2022 1 commit
-
-
Tobias Powalowski authored
-
- 04 Apr, 2022 1 commit
-
-
nl6720 authored
People get scared by it. See archlinux/archiso!239 (comment 61954). This reverts commit b5011af3, reversing changes made to 07d80356.
-
- 29 Mar, 2022 1 commit
-
-
Alexander Epaneshnikov authored
this fixes #167
-
- 22 Jan, 2022 1 commit
-
- 30 Nov, 2021 1 commit
-
-
"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.)
-
- 29 Jul, 2021 1 commit
-
-
David Runge authored
configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
-
- 11 Jul, 2021 1 commit
-
-
nl6720 authored
termite was removed from the official repos. Fixes https://bugs.archlinux.org/task/71481 .
-
- 30 May, 2021 1 commit
-
-
David Runge authored
configs/releng/packages.x86_64: Add pv, as it was not added in the context of !118.
-
- 11 May, 2021 2 commits
-
-
nl6720 authored
configs/releng/packages.x86_64: explicitly add wanted packages instead of relying on pulling them in as dependencies Fixes #119.
-
- 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 1 commit
-