diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-02-10 02:08:27 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-03-05 14:02:06 +0100 |
commit | 7747507d4368fa5b0c415fbfc4acccaf6016be28 (patch) | |
tree | 11008a2c359290ae99e2073d3c80e2f81c7f05d0 | |
parent | 0f8f50c0c79fd0234e34d1bccac23a4b7c08341f (diff) | |
download | xtools-7747507d4368fa5b0c415fbfc4acccaf6016be28.tar.gz xtools-7747507d4368fa5b0c415fbfc4acccaf6016be28.tar.xz xtools-7747507d4368fa5b0c415fbfc4acccaf6016be28.zip |
xvoidstrap: mention time zone
-rwxr-xr-x | xvoidstrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xvoidstrap b/xvoidstrap index 23455ed..acfe906 100755 --- a/xvoidstrap +++ b/xvoidstrap @@ -48,6 +48,7 @@ Void post-install checklist - Set root password: passwd - Set root shell: chsh - Set hostname: /etc/hostname +- Set time zone: ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime - Configure fstab: /etc/fstab - Set locale: /etc/locale.conf and /etc/default/libc-locales - Rebuild locale: xbps-reconfigure -f glibc-locales |