summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/suse/files-9.3/etc/init.d/boot
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/distro-specs/suse/files-9.3/etc/init.d/boot')
-rwxr-xr-xinitrd/distro-specs/suse/files-9.3/etc/init.d/boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/initrd/distro-specs/suse/files-9.3/etc/init.d/boot b/initrd/distro-specs/suse/files-9.3/etc/init.d/boot
index f975046f..8012f287 100755
--- a/initrd/distro-specs/suse/files-9.3/etc/init.d/boot
+++ b/initrd/distro-specs/suse/files-9.3/etc/init.d/boot
@@ -4,7 +4,7 @@
# X Stations (v4.0) -> replaces /etc/init.d/boot
# simply copied over the original file in initrd
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-01-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-04-2006
# Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg
#
# Version: 0.0.2b
@@ -53,7 +53,7 @@ echo "Running $0"
rc_reset
echo -n "Mounting /proc, /sys and /dev/pts filesystems"
# file /etc/fstab in some scenarios not available
-mount -n -t proc proc /proc &>/dev/null
+mount -t proc proc /proc &>/dev/null
rc_status -v -r
echo -n "Mounting /dev/pts"