future-install-scripts/README.md
nl6720 4d3aec66b8
arch-chroot: bind mount over a /etc/resolv.conf symlink
Use mount's a -c/--no-canonicalize option to ensure the bind mount to
/etc/resolv.conf in the chroot directory is mounted correctly.
This avoids issues when the chroot's /etc/resolv.conf is a symlink.

Bump required util-linux version to 2.39 which supports the new mount
API.

Fixes https://github.com/archlinux/arch-install-scripts/issues/55
Related to https://github.com/util-linux/util-linux/issues/2370
2023-08-11 14:42:18 +03:00

324 B

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.