Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
fix #132: tell hwclock to assume rtc is in utc.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Jun 11, 2020
1 parent fd548d9 commit 6fd3027
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
linuxmuster-linbo (2.3.63-0) lmn7; urgency=low

* fix #132: tell hwclock to assume rtc is in utc.

-- Thomas Schmitt <thomas@linuxmuster.net> Thu, 11 Jun 2020 17:01:19 +0200

linuxmuster-linbo (2.3.62-0) lmn7; urgency=low

* fix #123: create_efiboot() fails with NVMe devices.
Expand Down
2 changes: 1 addition & 1 deletion linbofs/etc/linbo-version
@@ -1 +1 @@
LINBO 2.3.62-0
LINBO 2.3.63-0
5 changes: 3 additions & 2 deletions linbofs/init.sh
Expand Up @@ -5,7 +5,7 @@
# License: GPL V2
#
# thomas@linuxmuster.net
# 20200419
# 20200611
#

# If you don't have a "standalone shell" busybox, enable this:
Expand Down Expand Up @@ -620,7 +620,8 @@ network(){
echo "Network connection to $server established successfully."
grep ^[a-z] /tmp/dhcp.log | sed -e 's|^|local |g' > /tmp/network.ok
echo "Starting time sync ..."
( ntpd -n -q -p "$server" && hwclock --systohc ) &
#( ntpd -n -q -p "$server" && hwclock --systohc ) &
ntpd -n -q -p "$server" &
#date
# linbo update & grub installation
do_linbo_update "$server"
Expand Down

0 comments on commit 6fd3027

Please sign in to comment.