|
@@ -74,9 +74,9 @@ build_variant() {
|
|
|
IMG=void-live-${ARCH}-${DATE}-${variant}.iso
|
|
|
GRUB_PKGS="grub-i386-efi grub-x86_64-efi"
|
|
|
A11Y_PKGS="espeakup void-live-audio brltty"
|
|
|
- PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror $A11Y_PKGS $GRUB_PKGS"
|
|
|
+ PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror chrony $A11Y_PKGS $GRUB_PKGS"
|
|
|
XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf orca"
|
|
|
- SERVICES="sshd"
|
|
|
+ SERVICES="sshd chronyd"
|
|
|
|
|
|
LIGHTDM_SESSION=''
|
|
|
|