Go to file
Emil Velikov d05e136ac2 Add .editorconfig, from mkinitcpio
Direct copy from mkinitcpio.

Note that the in-tree code-base consistently uses 2 space and redoing
that will be done at misc later point.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2023-05-03 13:46:34 +01:00
.github/workflows ci: update differential-shellcheck 2023-03-26 18:19:37 +08:00
completion arch-chroot: add option to preserve the chroot resolv.conf 2023-03-29 21:28:31 +01:00
doc arch-chroot: add option to preserve the chroot resolv.conf 2023-03-29 21:28:31 +01:00
test tests: silence "referenced but not assigned" warnings 2023-05-03 13:46:34 +01:00
.editorconfig Add .editorconfig, from mkinitcpio 2023-05-03 13:46:34 +01:00
.gitattributes Create a project Makefile 2012-06-18 11:17:42 +02:00
.gitignore doc: add manpages for all programs 2019-06-05 15:44:58 -04:00
.gitlab-ci.yml Add shellcheck GitLab CI 2022-11-24 03:17:22 +08:00
arch-chroot.in arch-chroot: add option to preserve the chroot resolv.conf 2023-03-29 21:28:31 +01:00
common common: split genfstab only helpers 2023-05-03 13:46:15 +01:00
COPYING add GPL2 license file 2012-12-12 21:00:41 -05:00
fstab-helpers common: split genfstab only helpers 2023-05-03 13:46:15 +01:00
genfstab.in common: split genfstab only helpers 2023-05-03 13:46:15 +01:00
Makefile common: split genfstab only helpers 2023-05-03 13:46:15 +01:00
pacstrap.in pacstrap: error out earlier, on invalid directory 2023-03-26 19:03:33 +01:00
README.md README: document asciidoc optional dependency 2022-05-28 21:36:47 +02:00

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.