Go to file
Brijesh Krishna e8aaa29d9a
Update pacstrap.in
Bypass file conflict checks and overwrite conflicting files. If the package that is about to be installed contains files that are already installed this option will cause all those files to be overwritten.
2023-06-16 19:39:39 +05:30
.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 genfstab: ensure swap devices adhere to -f 2023-05-26 17:01:25 +02:00
Makefile common: split genfstab only helpers 2023-05-03 13:46:15 +01:00
pacstrap.in Update pacstrap.in 2023-06-16 19:39:39 +05:30
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.