- 14 Dec, 2021 1 commit
-
-
nl6720 authored
* rm-archiso_shutdown: hooks/archiso{,_loop_mnt}: remove /run/archiso/used_block_devices Remove obsolete archiso_shutdown hook
-
- 10 Dec, 2021 3 commits
-
-
nl6720 authored
Now that the archiso_shutdown is removed, nothing uses this file anymore and it is not needed. Additionally, cowspace is mounted read-write on first mount, not mounted read-only and then remounted read-write.
-
nl6720 authored
The functionality it provides has been available in mkinitcpio itself since 2013. https://lists.archlinux.org/pipermail/arch-dev-public/2013-December/025742.html Implements #8.
-
nl6720 authored
* remove-mnt_dev-fstype: hooks/archiso: remove unneeded file system type from _mnt_dev
-
- 02 Dec, 2021 1 commit
-
-
nl6720 authored
It was only used because util-linux did not support detecting EROFS and the mount command required `-t erofs` to mount EROFS. util-linux 2.37 supports detecting EROFS; see https://github.com/util-linux/util-linux/commit/7b2a874e2ee306e9503210f8aa5eed7f53c06755. Now that the workaround is not needed anymore, it can be removed.
-
- 30 Nov, 2021 2 commits
-
-
David Runge authored
* origin/changelog/59: Add changelog for v59
-
David Runge authored
CHANGELOG.rst: Add a changelog entry for v59.
-
- 02 Nov, 2021 3 commits
-
-
David Runge authored
* nl6720/gpg-verify-verbose: hooks/archiso: show GPG "GOODSIG" line when verifying the signature
-
nl6720 authored
-
David Runge authored
* nl6720/mailmap: Add .mailmap file
-
- 31 Aug, 2021 1 commit
-
-
nl6720 authored
Use .mailmap to fix author names and emails in git log / git shortlog -e. Related to archlinux/archiso#103 and archlinux/archiso!208.
-
- 31 Jul, 2021 16 commits
-
-
David Runge authored
* changelog/58: Add changelog for 58
-
David Runge authored
CHANGELOG.rst: Add changelog entry for v58.
-
David Runge authored
* issues/4: Add shfmt to check target Fix formatting with shfmt
-
David Runge authored
Makefile: Add the shfmt target to the check target.
-
David Runge authored
{hooks,install,script}/*: Fix formatting in all scripts using shfmt. Replace a few echo calls with printf.
-
David Runge authored
* issues/2: README.rst: Add initial README AUTHORS.rst: Truncate list of authors editorconfig: Remove project specific data CONTRIBUTING.rst: Adapt to new project name
-
David Runge authored
README.rst: Add initial README document with information on purpose, requirements, installation instructions, documentation, releases, contributing guidelines and license.
-
David Runge authored
AUTHORS.rst: Rename the authors list and truncate it to match the current list of contributors.
-
David Runge authored
.editorconfig: Remove project specific comment and the SPDX license identifier, as the configuration is not eligible for copyright.
-
David Runge authored
CONTRIBUTING.rst: Adapt the text to the new project name. Remove testing section, as there is currently no integration for tests.
-
David Runge authored
* issues/3: Add gitlab CI integration Makefile: Fix documentation installation path
-
David Runge authored
.gitlab-ci.yml: Add simple gitlab CI integration to run the check and install target.
-
David Runge authored
Makefile: Change the directory used for documentation files to be specific for mkinitcpio-archiso (it was still that of archiso).
-
David Runge authored
* issues/1: Makefile: Adapt to new project layout
-
David Runge authored
Makefile: Adapt the file to the new project layout and contents. Remove any archiso specific calls. Allow overriding installation prefix using `PREFIX` (defaults to `/usr/local`). Rename lint target to shellcheck. Add a shfmt target to call shfmt in (it is not yet added to the check target). Install files verbosely and more generically.
-
David Runge authored
* sxw/issue25: Add documentation for the `script=` variable
-
- 15 Jun, 2021 1 commit
-
-
Simon Wilper authored
-
- 29 May, 2021 1 commit
-
-
David Runge authored
* sxw/copytoram: Apply copytoram Boot Option Menu Entries also to releng Fence add_binary for pv Reorder UEFI boot menu entries Update README.bootparams Apply 1 suggestion(s) to 1 file(s) add optional pv tool
-
- 14 May, 2021 4 commits
-
-
Simon Wilper authored
-
Simon Wilper authored
Explain the purpose of optionally adding the "pv" program to the package list.
-
Simon Wilper authored
-
Simon Wilper authored
use pv to give feedback on copying the airootfs to RAM when copytoram kernel parameter is given
-
- 30 Apr, 2021 1 commit
-
-
David Runge authored
archiso/initcpio/hooks/archiso_pxe_common: Disable shellcheck's SC3060, as ash is able to do bash-like string replacements.
-
- 09 Mar, 2021 2 commits
-
-
nl6720 authored
EROFS, like Squashfs, is a read-only file system. It can be used to store airootfs in an image file. Its advantage is the support for POSIX ACLs. EROFS downside is that currently it only supports LZ4 compression (LZMA support is not yet fully implemented). A difference from Squashfs is that, EROFS stores change time (ctime) not modification time (mtime). The reverse is true for Squashfs. Implements archlinux/archiso#59
-
nl6720 authored
Remove /run/archiso/bootmnt directory if nothing is mounted there. An empty directory is just confusing.
-
- 31 Jan, 2021 3 commits
-
-
David Runge authored
Makefile: Add scripts below .gitlab/ci/ to the lint target of the Makefile.
-
Sven-Hendrik Haase authored
-
-
- 26 Jan, 2021 1 commit
-
-
Booting via PXE we want to keep our DNS configuration. So remove /etc/resolv.conf in new root before copying the current file. Without this systemd-resolved fallback nameservers are used and we see an error message when the root ships a symbolic link to systemd-resolved's stub-resolv.conf: cp: not writing through dangling symlink '/new_root/etc/resolv.conf'
-