Create empty /root directory

This is for those who want to run Conty with root privileges, which I do not recommend, but i understand that this may be useful in some cases.
This commit is contained in:
Kron4ek 2021-05-28 14:23:34 +05:00 committed by GitHub
parent 409a08d196
commit cca87e7349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,7 @@ 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