From 6e355b9c6567363eff97940ba94c3e086028435c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 5 Sep 2019 19:19:38 +0200 Subject: core-services/05-misc.sh: log boot in wtmp --- 3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3') diff --git a/3 b/3 index 20d7c99..7945490 100755 --- a/3 +++ b/3 @@ -27,7 +27,7 @@ if [ -z "$VIRTUALIZATION" -a -n "$HARDWARECLOCK" ]; then hwclock --systohc ${HARDWARECLOCK:+--$(echo $HARDWARECLOCK |tr A-Z a-z)} fi -halt -w # for utmp +halt -w # for wtmp if [ -z "$VIRTUALIZATION" ]; then msg "Stopping udev..." -- cgit 1.4.1