Go to file
2023-03-03 19:27:04 +08:00
.github/workflows Add Differential ShellCheck GitHub Workflow 2022-11-24 02:08:19 +08:00
completion tree-wide: fix shellcheck warnings and style consistency 2023-03-03 19:27:03 +08:00
doc doc: several cleanups (follow previous changes) 2023-03-03 19:27:04 +08:00
test fix valid_number_of_base 2014-12-15 13:40:00 -05: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: several cleanups 2023-03-03 19:27:04 +08:00
common genfstab,common: use named reference instead of globals 2023-03-03 19:27:04 +08:00
COPYING add GPL2 license file 2012-12-12 21:00:41 -05:00
genfstab.in genfstab,common: use named reference instead of globals 2023-03-03 19:27:04 +08:00
Makefile doc: remove footer 2023-03-03 19:27:04 +08:00
pacstrap.in pacstrap: respect custom pacman.conf configs 2023-03-03 19:27:04 +08: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.