Changeset b4816b1 in bootscripts-embedded for clfs/rc.d/startup
- Timestamp:
- Oct 18, 2013, 8:53:54 AM (11 years ago)
- Branches:
- master
- Children:
- 2255872
- Parents:
- 47a846f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
clfs/rc.d/startup
r47a846f rb4816b1 25 25 check_status 26 26 27 if [ -x /sbin/hwclock ] && [ -e /dev/rtc ]; then27 if [ -x /sbin/hwclock ] && [ -e /dev/rtc* ]; then 28 28 echo -n "Setting system clock: " 29 29 hwclock --hctosys --utc
Note:
See TracChangeset
for help on using the changeset viewer.