mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-27 09:58:25 +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
|
unmount_chroot
|
||||||
|
|
||||||
rm -f "${bootstrap}"/opt/*
|
# Clear pacman package cache
|
||||||
rm -f "${bootstrap}"/var/cache/pacman/pkg/*
|
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
|
mkdir "${bootstrap}"/media
|
||||||
touch "${bootstrap}"/etc/asound.conf
|
touch "${bootstrap}"/etc/asound.conf
|
||||||
|
touch "${bootstrap}"/etc/localtime
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
Loading…
Reference in a new issue