Skip to content

Commit abbd636

Browse files
committed
build-x86-images: enable chrony in images
closes #356
1 parent 76fcd71 commit abbd636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-x86-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ build_variant() {
7474
IMG=void-live-${ARCH}-${DATE}-${variant}.iso
7575
GRUB_PKGS="grub-i386-efi grub-x86_64-efi"
7676
A11Y_PKGS="espeakup void-live-audio brltty"
77-
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror $A11Y_PKGS $GRUB_PKGS"
77+
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror chrony $A11Y_PKGS $GRUB_PKGS"
7878
XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf orca"
79-
SERVICES="sshd"
79+
SERVICES="sshd chronyd"
8080

8181
LIGHTDM_SESSION=''
8282

0 commit comments

Comments
 (0)