Add /etc/localtime
file in test container
This commit is contained in:
parent
253e6fabd6
commit
ef91b70ef9
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ while not sudo lxc-attach "$container" -- ping -q -c1 5.9.164.112 &>/dev/null
|
||||||
end
|
end
|
||||||
|
|
||||||
sudo lxc-attach "$container" -- systemctl start systemd-networkd-wait-online.service
|
sudo lxc-attach "$container" -- systemctl start systemd-networkd-wait-online.service
|
||||||
|
sudo lxc-attach "$container" -- ln -s (readlink /etc/localtime) /etc/localtime
|
||||||
sudo lxc-attach "$container" -- pacman --noconfirm -Syu fish
|
sudo lxc-attach "$container" -- pacman --noconfirm -Syu fish
|
||||||
sudo lxc-attach "$container" -- "/$valhallaRoot/scripts/arch-install.fish"
|
sudo lxc-attach "$container" -- "/$valhallaRoot/scripts/arch-install.fish"
|
||||||
|
|
Loading…
Reference in a new issue