mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Create empty /etc/localtime
This commit is contained in:
parent
68bc1b222d
commit
d95634058d
1 changed files with 6 additions and 1 deletions
|
@ -432,10 +432,15 @@ fi
|
|||
|
||||
unmount_chroot
|
||||
|
||||
rm -f "${bootstrap}"/opt/*
|
||||
# Clear pacman package cache
|
||||
rm -f "${bootstrap}"/var/cache/pacman/pkg/*
|
||||
|
||||
# Create some empty files and directories
|
||||
# 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
|
||||
touch "${bootstrap}"/etc/asound.conf
|
||||
touch "${bootstrap}"/etc/localtime
|
||||
|
||||
clear
|
||||
echo "Done"
|
||||
|
|
Loading…
Reference in a new issue