From 8b9f5a7ce8a9d2c15c1c8aa3cc7c7f39807f2c7f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 1 Dec 2004 16:15:34 +0000 Subject: get rid of noise on mount -f --- rc.d/rc.sysinit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index fdbebbc8..632035c0 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -467,10 +467,10 @@ rm -f /etc/mtab~ /etc/mtab~~ # Enter mounted filesystems into /etc/mtab mount -f / -mount -f /proc -mount -f /sys -mount -f /dev/pts -mount -f /proc/bus/usb +mount -f /proc >/dev/null 2>&1 +mount -f /sys >/dev/null 2>&1 +mount -f /dev/pts >/dev/null 2>&1 +mount -f /proc/bus/usb >/dev/null 2>&1 # Mount all other filesystems (except for NFS and /proc, which is already # mounted). Contrary to standard usage, -- cgit v1.2.1