diff options
-rw-r--r-- | initscripts-s390.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initscripts-s390.patch b/initscripts-s390.patch index d09f92ca..d83ad99d 100644 --- a/initscripts-s390.patch +++ b/initscripts-s390.patch @@ -16,9 +16,9 @@ -/sbin/hwclock $CLOCKFLAGS - --action $"Setting clock $CLOCKDEF: `date`" date +-action $"Setting clock $CLOCKDEF: `date`" /bin/true +# System date on S390 is always set correctly -+action $"System date: `date` " date ++action $"System date: `date` " /bin/true if [ "$CONSOLETYPE" = "vt" ]; then # Load keymap |