- 31 Jan, 2022 2 commits
-
-
David Runge authored
CHANGELOG.rst: Add changelog entry for 61.
-
David Runge authored
CONTRIBUTING.rst: Add infos around how to use the changelog when providing changes and how merge requests are handled by the maintainers of the project.
-
- 22 Jan, 2022 1 commit
-
-
nl6720 authored
Now that EROFS is detected by util-linux, the actions to mount a squashfs or erofs image are basically the same. The _mnt_sfs and _mnt_erofs functions can be merged into one: _mnt_fs. If neither airootfs.sfs nor airootfs.erofs are found, error out to interactive shell.
-
- 13 Jan, 2022 1 commit
-
-
nl6720 authored
Change default DHCP timeout to 60 seconds instead of 20 to avoid STP issues. See merge request mkinitcpio/mkinitcpio-archiso!13
-
- 12 Jan, 2022 1 commit
-
-
Anton Hvornum authored
Change default DHCP timeout to 60 seconds instead of 30 to avoid issues with STP (Spanning Tree Protocol). STP defaults to 15 + 15 seconds on a lot of popular devices for listening and learning states. Which if not disabled (which you should on access switches, sure..) most netboots will fail intermittently due to the port access on switches performing port learning while the machine is trying to get DHCP leases. Added comment referencing to why the 60 seconds. More information can be found here: https://www.ciscopress.com/articles/article.asp?p=2832407&seqNum=6 and https://techhub.hpe.com/eginfolib/networking/docs/switches/5980/5200-3921_l2-lan_cg/content/499036677.htm
-
- 10 Jan, 2022 1 commit
-
- 03 Jan, 2022 1 commit
-
- 28 Dec, 2021 3 commits
-
-
David Runge authored
* version/60: Add changelog entry for v60 Add dummy changelog entry
-
David Runge authored
CHANGELOG.rst: Add a changelog entry for v60.
-
David Runge authored
CHANGELOG.rst: Add a dummy changelog entry that is used for unreleased changes.
-
- 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 1 commit
-
-
Simon Wilper authored
-