Update create-arch-bootstrap.sh

This commit is contained in:
Kron4ek 2021-05-28 16:36:11 +05:00 committed by GitHub
parent cbc9cc4f87
commit ed2fc50297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,9 +172,9 @@ rm -f "${bootstrap}"/var/cache/pacman/pkg/*
# This is needed for bubblewrap to be able to bind real files/dirs to them
# later in the conty-start.sh script
mkdir "${bootstrap}"/media
mkdir "${bootstrap}"/root
touch "${bootstrap}"/etc/asound.conf
touch "${bootstrap}"/etc/localtime
chmod 755 "${bootstrap}"/root
clear
echo "Done"