Go to file
Сашка724ая dbef490b03
common: fix unshare chroot /dev symlinks
Fixes invalid symlink paths for /dev/fd, /dev/stderr, /dev/stdin, /dev/stdout in arch-chroot when run in unshare mode.

Signed-off-by: Aleksandr Ksenofontov <github@sashok724.net>
2023-09-05 10:26:55 +10: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: 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 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.