index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-09 | Support EROFS | nl6720 | |
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 https://gitlab.archlinux.org/archlinux/archiso/-/issues/59 | |||
2020-07-29 | Add license and basic documentation | David Runge | |
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 | |||
2020-07-17 | Separate custom comments from shellcheck comments | nl6720 | |
Having a shellcheck directive and custom comments in the same line can trigger SC1107 on old versions of shellcheck. | |||
2020-07-11 | Adding linting for initcpio scripts | David Runge | |
archiso/initcpio/install/*: Setting bash shebang for all scripts and making them comform with shellcheck. archiso/initcpio/{hooks,script}/*: Setting ash shebang for all scripts and making them comform with shellcheck (for dash, as shellcheck has no ash specific ruleset). Essentially the ash based scripts should be POSIX compliant as much as possible to have an easier time writing, debugging and maintaining them. Ensuring that variables are not treated as options and introducing variable quoting. .gitlab-ci.yml: Integrating shellcheck for initcpio scripts. Closes #32 | |||
2017-10-17 | use a stronger hashing algorithm | Christian Hesse | |
Nobody wants to use md5 these days... Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-07-05 | always set copytoram for pxe boot via http | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-02-28 | Add the verify=y option to verify the squashfs signature with gpg | Thomas Bächler | |
2014-08-12 | archiso_pxe_http: Fix location of airootfs.md5 | Lukas Fleischer | |
Currently, when booting via HTTP, the airootfs.md5 file is downloaded to /run/archiso/bootmnt/arch/. However, the checksum file is later assumed to be located at "/run/archiso/bootmnt/arch/${arch}". Fix the _curl_get invocation and directly place the file in the right directory. Fixes a regression introduced in commit 5506e1e ([archiso] Rework checksum function, 2014-06-28). Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2014-06-28 | [archiso] Rework checksum function | Gerardo Exequiel Pozzi | |
2014-06-28 | [archiso] rename airootfs.fs.sfs to airootfs.sfs | Gerardo Exequiel Pozzi | |
* Make it ISO9660 friendly (extra dot "." is replaced by "_") * Was used when support both .fs.sfs and .sfs | |||
2014-06-28 | [archiso] Drop aitab support | Gerardo Exequiel Pozzi | |
Always create one filesystem of a fixed size (32G), format (ext4) and know name "airootfs". Simplify logic a lot. | |||
2012-08-25 | [archiso] Rework Makefile / Reorder files | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> |