diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index bc5b0e37..0ec7a753 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -22,7 +22,7 @@ if [ -z "$HOSTNAME" -o "$HOSTNAME" = "(none)" ]; then fi # Mount /proc (done here so volume labels can work with fsck) -action $"Mounting proc filesystem: " mount -n -t proc /proc /proc +mount -n -t proc /proc /proc . /etc/init.d/functions |