From 02cb13c89f60493f484d10508fe65a3d6f3e6e6e Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 10 May 2021 20:19:28 -0400 Subject: [PATCH] nevermind added to pacstrap --- crystinstall.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crystinstall.sh b/crystinstall.sh index d51c66d..867e8e2 100755 --- a/crystinstall.sh +++ b/crystinstall.sh @@ -132,7 +132,9 @@ else echo ${DISK} > /mnt/diskn fi -cp /etc/pacman.conf /mnt/etc/. +# This *should* now be handled by our patches +# to pacstrap +#cp /etc/pacman.conf /mnt/etc/. arch-chroot /mnt /continue.sh rm /mnt/continue.sh