From cca87e7349bd1cf69371f08d685e29c47b053e6f Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Fri, 28 May 2021 14:23:34 +0500 Subject: [PATCH] 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. --- create-arch-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index d79a586..ff2a0ed 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -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