Go to file
Morten Linderud 8ef909063c
Merge remote-tracking branch 'origin/pull/51'
* 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()
2023-05-05 22:10:12 +02: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 gitlab-ci based on the mkinitcpio one 2023-05-03 13:46:34 +01:00
arch-chroot.in arch-chroot: split variable declaration and assignment 2023-05-03 13:46:34 +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: silence "only applied to the deepest dir" 2023-05-03 13:46:34 +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.