Skip to content

Commit

Permalink
Merge branch 'raymond/node-1251' into 'master'
Browse files Browse the repository at this point in the history
feat(node-1251): run chrony on setupos

 

See merge request dfinity-lab/public/ic!19591
  • Loading branch information
andrewbattat committed Jun 2, 2024
2 parents 5e86ee7 + 50c5d75 commit 4fd4484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ic-os/rootfs/setupos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rootfs_files = {
Label("early-boot/initramfs-tools/setupos/initramfs.conf"): "/etc/initramfs-tools/initramfs.conf",

# misc
Label("misc/chrony/chrony.conf"): "/etc/chrony/chrony.conf",
Label("misc/fetch-property.sh"): "/opt/ic/bin/fetch-property.sh",
Label("misc/serial-getty@/setupos/serial-getty@.service"): "/etc/systemd/system/serial-getty@.service",

Expand Down
1 change: 1 addition & 0 deletions ic-os/setupos/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ RUN \
done

RUN systemctl enable \
chrony \
systemd-networkd \
systemd-networkd-wait-online \
systemd-resolved
Expand Down

0 comments on commit 4fd4484

Please sign in to comment.