Skip to content

Commit

Permalink
remove chrony
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu committed Sep 14, 2024
1 parent c9cb2be commit 2cd40b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 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 @@ -111,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 2cd40b9

Please sign in to comment.