I think the following dir should be in /etc/rwtab:
---
dir /var/empty
-- 

Also I think I kind of understand the fix for /etc/mtab locking, but
wouldn't it make sense to just put an if statement here in
/etc/rc.sysinit:
---
if [ "$READONLY" = "yes" ]; then
  mountopts="-n"
fi

#### Then do

# filesystems are NOT unmounted in single user mode.
action $"Mounting local filesystems: " mount $mountopts -a -t
nonfs,nfs4,smbfs,ncpfs,cifs,gfs -O no_netdev

---

I'm just coming up to speed on the whole /etc/mtab -> /proc/mounts
debate/debacle. :-)

-cdm


_______________________________________________
Stateless-list mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/stateless-list

Reply via email to