Changeset 609a9e7 in bootscripts-standard for bootscripts/clfs/init.d/mountfs
- Timestamp:
- May 15, 2014, 11:50:36 PM (11 years ago)
- Branches:
- master
- Children:
- 8b29156
- Parents:
- 84f3ac2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/init.d/mountfs
r84f3ac2 r609a9e7 30 30 mount -f /proc || failed=1 31 31 mount -f /sys || failed=1 32 mount -f /run || failed=1 33 mount -f /dev || failed=1 32 34 (exit ${failed}) 33 35 evaluate_retval
Note:
See TracChangeset
for help on using the changeset viewer.