Go to file
Morten Linderud 7e4e1c1bbf
Merge remote-tracking branch 'origin/pull/49'
* origin/pull/49:
  pacstrap: error out earlier, on invalid directory
  pacstrap: delay selecting chroot/unshare setup
  pacstrap: stop interleaving functions and sequential code
  pacstrap: move include_m4 after the globals
  genfstab: reshuffle while read loop
  arch-chroot: delay selecting chroot/unshare setup
  arch-chroot: stop interleaving functions and sequential code
  arch-chroot: move include_m4 after the globals
2023-03-29 20:44:23 +02:00
.github/workflows ci: update differential-shellcheck 2023-03-26 18:19:37 +08:00
completion zsh: pacstrap bring it up-to date 2023-03-26 17:13:06 +01:00
doc pacstrap: add option '-D' to skip pacman dependency checks 2022-10-28 18:28:30 +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: delay selecting chroot/unshare setup 2023-03-26 19:03:32 +01:00
common common: ensure /run is mounted with --make-private 2023-03-26 20:03:51 +02:00
COPYING add GPL2 license file 2012-12-12 21:00:41 -05:00
genfstab.in genfstab: reshuffle while read loop 2023-03-26 19:03:33 +01:00
Makefile Merge remote-tracking branch 'origin/pull/48' 2023-03-26 19:41:43 +02: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.