Skip to content

Commit 7422121

Browse files
doygh2o
authored andcommitted
set the time zone before rebooting
1 parent c8d52fe commit 7422121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ stage4_convert() {
849849
chroot /archroot mkdir -p /boot/grub
850850
chroot /archroot grub-mkconfig -o /boot/grub/grub.cfg
851851
chroot /archroot grub-install /dev/vda
852+
chroot /archroot ln -sf /usr/share/zoneinfo/UTC /etc/localtime
852853
umount /archroot/dev
853854
umount /archroot/sys
854855
umount /archroot/proc

0 commit comments

Comments
 (0)