Add empty /etc/asound.conf as a placeholder

This commit is contained in:
Kron4ek 2021-04-07 00:18:13 +05:00 committed by GitHub
parent 55bd8387c9
commit c0f5dbf484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"