Changeset 609a9e7 in bootscripts-standard for bootscripts/clfs/init.d/mountfs


Ignore:
Timestamp:
May 15, 2014, 11:50:36 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master
Children:
8b29156
Parents:
84f3ac2
Message:

Bring bootscripts up to date with 2.0-pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/init.d/mountfs

    r84f3ac2 r609a9e7  
    3030                mount -f /proc || failed=1
    3131                mount -f /sys || failed=1
     32                mount -f /run || failed=1
     33                mount -f /dev || failed=1
    3234                (exit ${failed})
    3335                evaluate_retval
Note: See TracChangeset for help on using the changeset viewer.