Changeset 1933be2 in clfs-embedded for bootscripts/clfs/rc.d/shutdown


Ignore:
Timestamp:
Sep 8, 2009, 11:33:21 AM (15 years ago)
Author:
Maarten Lankhorst <mlankhorst@…>
Branches:
master
Children:
67b70f4
Parents:
2e856a4
Message:

bootscripts: Updates, and add a network bridge startup file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/rc.d/shutdown

    r2e856a4 r1933be2  
    2020done
    2121
    22 if [ -x /sbin/hwclock ]; then
     22if [ -x /sbin/hwclock ] && [ -e /dev/rtc ]; then
    2323        echo -n "Syncing hardware clock to system clock:"
    2424        hwclock --systohc --utc
     
    3838echo -n "Unmounting all filesystems: "
    3939umount -a -r
     40
Note: See TracChangeset for help on using the changeset viewer.