We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fcd71 commit abbd636Copy full SHA for abbd636
build-x86-images.sh
@@ -74,9 +74,9 @@ build_variant() {
74
IMG=void-live-${ARCH}-${DATE}-${variant}.iso
75
GRUB_PKGS="grub-i386-efi grub-x86_64-efi"
76
A11Y_PKGS="espeakup void-live-audio brltty"
77
- 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"
78
XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf orca"
79
- SERVICES="sshd"
+ SERVICES="sshd chronyd"
80
81
LIGHTDM_SESSION=''
82
0 commit comments