Go to file
Mike Yuan 33a894f409
github: remove CI
The project has been migrated to Arch Linux GitLab.
2024-04-07 00:30:42 +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: bind mount over a /etc/resolv.conf symlink 2023-08-11 14:42:18 +03:00
common common: fix unshare chroot /dev symlinks 2023-09-05 10:26:55 +10: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 pacstrap: silence "only applied to the deepest dir" 2023-05-03 13:46:34 +01:00
README.md arch-chroot: bind mount over a /etc/resolv.conf symlink 2023-08-11 14:42:18 +03: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.39)
  • POSIX awk
  • bash (>= 4.1)
  • asciidoc (for generating man pages)

License

See COPYING for details.