0feec4a50a
udev doesn't work in the chroot which prevents some tools like lsblk to retrieve the UUID of devices. This can be a bit problematic so instead of having /run mounted as a tmpfs, do a bind-mound from the rootfs and include `--make-private`. This is similar to the previous implemention. Fixes https://github.com/archlinux/arch-install-scripts/issues/24 Fixes https://github.com/archlinux/arch-install-scripts/pull/26 |
||
---|---|---|
.github/workflows | ||
completion | ||
doc | ||
test | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
arch-chroot.in | ||
common | ||
COPYING | ||
genfstab.in | ||
Makefile | ||
pacstrap.in | ||
README.md |
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.