|
|
elif [[ $(uname -m) == s390* ]] ; then | elif [[ $(uname -m) == s390* ]] ; then |
TBLURB="s390" | TBLURB="s390" |
fakeit=1 | fakeit=1 |
|
elif [[ $(/sbin/hwclock | cut -d" " -f 5) < 1970 ]] ; then |
|
ewarn "Please check your hardware clock, it has a date set before 1970." |
|
fakeit=1 |
elif [[ ${CLOCK} == "UTC" ]] ; then | elif [[ ${CLOCK} == "UTC" ]] ; then |
myopts="--utc" | myopts="--utc" |
TBLURB="UTC" | TBLURB="UTC" |