Changeset 1d02f01 in bootscripts-standard for clfs/init.d/mountkernfs
- Timestamp:
- Oct 23, 2007, 1:07:58 AM (17 years ago)
- Branches:
- master
- Children:
- 1680407
- Parents:
- d8a3177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
clfs/init.d/mountkernfs
rd8a3177 r1d02f01 20 20 boot_mesg -n "Mounting kernel-based file systems:" ${INFO} 21 21 22 if ! mountpoint /proc &>/dev/null; then22 if ! mountpoint /proc >/dev/null; then 23 23 boot_mesg -n " /proc" ${NORMAL} 24 24 mount -n /proc || failed=1 25 25 fi 26 26 27 if ! mountpoint /sys &>/dev/null; then27 if ! mountpoint /sys >/dev/null; then 28 28 boot_mesg -n " /sys" ${NORMAL} 29 29 mount -n /sys || failed=1
Note:
See TracChangeset
for help on using the changeset viewer.