From bc4a8ff13d3fcce9901eb1d89f9f7da79bc593ed Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 29 Nov 2004 20:38:46 +0000 Subject: fix mtab writing (#139656) --- rc.d/rc.sysinit | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 6b7c57e8..054750e3 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -466,7 +466,11 @@ fi rm -f /etc/mtab~ /etc/mtab~~ # Enter mounted filesystems into /etc/mtab -mount -a -f +mount -f / +mount -f /proc +mount -f /sys +mount -f /dev/pts +mount -f /proc/bus/usb # Mount all other filesystems (except for NFS and /proc, which is already # mounted). Contrary to standard usage, -- cgit