summaryrefslogtreecommitdiffstats
path: root/etc/rc.initdiskless
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.initdiskless')
-rw-r--r--etc/rc.initdiskless4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index 4e77e74..2271231 100644
--- a/etc/rc.initdiskless
+++ b/etc/rc.initdiskless
@@ -269,7 +269,7 @@ for i in ${templates} ; do
nfspt=`/bin/cat $j/remount`
$nfspt $j
chkerr $? "$nfspt $j"
- to_umount="${to_umount} $j" # XXX hope it is really a mount!
+ to_umount="$j ${to_umount}" # XXX hope it is really a mount!
fi
# NFS remount
@@ -281,7 +281,7 @@ for i in ${templates} ; do
fi
mount_nfs $nfspt $j
chkerr $? "mount_nfs $nfspt $j"
- to_umount="${to_umount} $j"
+ to_umount="$j ${to_umount}"
fi
done
done
OpenPOWER on IntegriCloud