[Fai-commit] r4068 - trunk/examples/simple/scripts/LAST
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Sun Oct 8 23:00:07 UTC 2006
Author: lange
Date: 2006-10-08 23:00:05 +0000 (Sun, 08 Oct 2006)
New Revision: 4068
Modified:
trunk/examples/simple/scripts/LAST/50-misc
Log:
do not fail if hardware clock can't be set
Modified: trunk/examples/simple/scripts/LAST/50-misc
===================================================================
--- trunk/examples/simple/scripts/LAST/50-misc 2006-10-08 22:59:00 UTC (rev 4067)
+++ trunk/examples/simple/scripts/LAST/50-misc 2006-10-08 23:00:05 UTC (rev 4068)
@@ -19,7 +19,7 @@
no|"") hwopt="--localtime" ;;
yes) hwopt="--utc" ;;
esac
- $ROOTCMD hwclock $hwopt --systohc
+ $ROOTCMD hwclock $hwopt --systohc || true
fi
# Make sure everything is configured properly
More information about the Fai-commit
mailing list