summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/mountlate
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mountlate')
-rwxr-xr-xetc/rc.d/mountlate17
1 files changed, 4 insertions, 13 deletions
diff --git a/etc/rc.d/mountlate b/etc/rc.d/mountlate
index 5b8ff73..34defc5 100755
--- a/etc/rc.d/mountlate
+++ b/etc/rc.d/mountlate
@@ -21,19 +21,10 @@ mountlate_start()
# Mount "late" filesystems.
#
err=0
- latefs=
- # / (root) fs is always remounted, so remove from list
- latefs="`/sbin/mount -d -a -l | grep -v ' /$'`"
- case ${latefs} in
- '')
- ;;
- *)
- echo -n 'Mounting late file systems:'
- mount -a -l
- err=$?
- echo '.'
- ;;
- esac
+ echo -n 'Mounting late file systems:'
+ mount -a -L
+ err=$?
+ echo '.'
case ${err} in
0)
OpenPOWER on IntegriCloud