From 2a4de67f86d30d9b3f69bad494e3f74d74df055d Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 10 May 2021 20:17:34 -0400 Subject: [PATCH] copy iso pac-conf to target --- crystinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crystinstall.sh b/crystinstall.sh index 2327421..d51c66d 100755 --- a/crystinstall.sh +++ b/crystinstall.sh @@ -132,6 +132,8 @@ else echo ${DISK} > /mnt/diskn fi +cp /etc/pacman.conf /mnt/etc/. + arch-chroot /mnt /continue.sh rm /mnt/continue.sh