Skip to content

Commit

Permalink
replace chrony with timesyncd (#369)
Browse files Browse the repository at this point in the history
* add systemd-timesyncd

* remove chrony

* [upload]
  • Loading branch information
andiradulescu authored Sep 16, 2024
1 parent 8759b3a commit a45d1a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions userspace/base_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ apt-fast install --no-install-recommends -yq \
build-essential \
bzip2 \
curl \
chrony \
cpuset \
dfu-util \
evtest \
Expand Down Expand Up @@ -97,6 +96,7 @@ apt-fast install --no-install-recommends -yq \
sshfs \
sudo \
systemd-resolved \
systemd-timesyncd \
traceroute \
tk-dev \
ubuntu-minimal \
Expand All @@ -110,9 +110,6 @@ apt-fast install --no-install-recommends -yq \

rm -rf /var/lib/apt/lists/*

# Allow chrony to make a big adjustment to system time on boot
echo "makestep 0.1 3" >> /etc/chrony/chrony.conf

# Create dirs
mkdir /data && chown $USERNAME:$USERNAME /data
mkdir /persist && chown $USERNAME:$USERNAME /persist
Expand Down

0 comments on commit a45d1a1

Please sign in to comment.