8ef909063c
* origin/pull/51: pacstrap: silence "only applied to the deepest dir" arch-chroot: split variable declaration and assignment Add gitlab-ci based on the mkinitcpio one Add .editorconfig, from mkinitcpio tests: silence "referenced but not assigned" warnings tests: remove non-applicable ${1} handling common: split genfstab only helpers common: quote all arguments common: disable shellcheck SC2059 common: remove unused msg2() common: remove unused is_array() |
||
---|---|---|
.github/workflows | ||
completion | ||
doc | ||
test | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
arch-chroot.in | ||
common | ||
COPYING | ||
fstab-helpers | ||
genfstab.in | ||
Makefile | ||
pacstrap.in | ||
README.md |
Arch Install Scripts
This is a small suite of scripts aimed at automating some menial tasks when installing Arch Linux.
Requirements
- GNU coreutils (>= v8.15)
- util-linux (>= 2.23)
- POSIX awk
- bash (>= 4.1)
- asciidoc (for generating man pages)
License
See COPYING for details.