mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Update create-arch-bootstrap.sh
This commit is contained in:
parent
cbc9cc4f87
commit
ed2fc50297
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue