From c0f5dbf484864f218fa4538d4f265aaa567c741f Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Wed, 7 Apr 2021 00:18:13 +0500 Subject: [PATCH] Add empty /etc/asound.conf as a placeholder --- create-arch-bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 9cdfc7d..738a893 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -428,10 +428,11 @@ if [ -n "${chaotic_packagelist}" ]; then run_in_chroot pacman --noconfirm -S ${chaotic_packagelist} fi +unmount_chroot + rm "${bootstrap}"/var/cache/pacman/pkg/* mkdir "${bootstrap}"/media - -unmount_chroot +touch "${bootstrap}"/etc/asound.conf clear echo "Done"