From ad7b72b754b68fc4c73fe0e79205c44baa8482b4 Mon Sep 17 00:00:00 2001 From: axtloss Date: Fri, 19 Aug 2022 18:35:00 +0200 Subject: [PATCH] Fix wrong pacman config in bootstrap --- chrooted-bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrooted-bootstrap.sh b/chrooted-bootstrap.sh index 4647ca0..45a87fa 100755 --- a/chrooted-bootstrap.sh +++ b/chrooted-bootstrap.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash echo "Chrooted in the new system, running as $(whoami)" +# Fix pacman config being put in / instead of /etc +mv /pacman.conf /etc/pacman.conf + # Mirrorlist reflector > /etc/pacman.d/mirrorlist