ref: 959c6f1f51c1ef6b72a28262885102d4ce9e1255
parent: 6e8f6fd32b89ba431f6ae3a0bd344729009f96dd
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Mar 2 07:09:11 EST 2021
vmx: void: UTC clock, chronyd
--- a/vmx.md
+++ b/vmx.md
@@ -60,11 +60,14 @@
xbps-install -y base-system
xbps-remove -y base-voidstrap
echo void > /etc/hostname
- vi /etc/rc.conf # optional, edit a few options
+ vi /etc/rc.conf # optional, edit a few options (use UTC for clock)
passwd # type the new root password
cp /proc/mounts /etc/fstab
vi /etc/fstab # remove proc, sys, devtmpfs and pts, change /dev/vda to LABEL=voidroot
xbps-reconfigure -fa
+ xbps-install chrony # OPTIONAL, to keep clock in sync
+ ln -s /etc/sv/chronyd /var/service/
+ # check out (and enable) other services in /etc/sv that you might need
Switch to another rio window and `cd` to where your void files are.
Now update the kernel and initramfs with the ones installed.