Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch-chroot: bind mount over a /etc/resolv.conf symlink #57

Merged
merged 1 commit into from
Sep 9, 2023
Merged

arch-chroot: bind mount over a /etc/resolv.conf symlink #57

merged 1 commit into from
Sep 9, 2023

Commits on Aug 11, 2023

  1. 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 util-linux/util-linux#2370
    nl6720 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4d3aec6 View commit details
    Browse the repository at this point in the history