fiss-linux

Some linux scripts for fiss
Log | Files | Refs | LICENSE

40-hwclock.sh (137B)


      1 if [ -z "$VIRTUALIZATION" -a -n "$HARDWARECLOCK" ]; then
      2     hwclock --systohc ${HARDWARECLOCK:+--$(echo $HARDWARECLOCK |tr A-Z a-z)}
      3 fi