4d3aec66b8
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
17 lines
324 B
Markdown
17 lines
324 B
Markdown
# Arch Install Scripts
|
|
|
|
This is a small suite of scripts aimed at automating some menial
|
|
tasks when installing [Arch Linux](https://www.archlinux.org).
|
|
|
|
## Requirements
|
|
|
|
* GNU coreutils (>= v8.15)
|
|
* util-linux (>= 2.39)
|
|
* POSIX awk
|
|
* bash (>= 4.1)
|
|
* asciidoc (for generating man pages)
|
|
|
|
## License
|
|
|
|
See COPYING for details.
|