Changeset b9cef84 in clfs-embedded for bootscripts/clfs
- Timestamp:
- Nov 15, 2006, 5:37:30 PM (18 years ago)
- Branches:
- master
- Children:
- 9ab6faf
- Parents:
- 155e741
- Location:
- bootscripts/clfs/rc.d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/rc.d/init.d/functions
r155e741 rb9cef84 10 10 echo -en "\\033[65G" 11 11 if [ $ERR = 0 ]; then 12 echo -en "\\033[1;32 OK"12 echo -en "\\033[1;32mOK" 13 13 else 14 14 echo -en "\\033[1;31mFAIL" -
bootscripts/clfs/rc.d/shutdown
r155e741 rb9cef84 12 12 . /etc/rc.d/init.d/functions 13 13 14 echo "Starting localstop scripts."14 echo "Starting stop scripts." 15 15 16 16 for i in /etc/rc.d/stop/* … … 35 35 echo -n "Unmounting all filesystems: " 36 36 umount -a -r 37 check_status -
bootscripts/clfs/rc.d/startup
r155e741 rb9cef84 81 81 check_status 82 82 83 echo "Running localstart scripts."83 echo "Running start scripts." 84 84 85 85 for i in /etc/rc.d/start/*
Note:
See TracChangeset
for help on using the changeset viewer.