mirror of
https://github.com/Kron4ek/Conty
synced 2025-02-01 07:57:40 +01:00
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:
parent
409a08d196
commit
cca87e7349
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue