summaryrefslogtreecommitdiff
path: root/etc/init.d/vyatta-router
diff options
context:
space:
mode:
Diffstat (limited to 'etc/init.d/vyatta-router')
-rwxr-xr-xetc/init.d/vyatta-router28
1 files changed, 0 insertions, 28 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router
index 630a972..b26c01f 100755
--- a/etc/init.d/vyatta-router
+++ b/etc/init.d/vyatta-router
@@ -150,32 +150,6 @@ bind_mount_boot ()
fi
}
-#
-# On live booted machines (i.e. systems booted from LiveCD and systems
-# booted from images), the /opt/vyatta/etc/config directory is bind
-# mounted to /config. We want all machines to have the config directory
-# mounted under /config because it is a more convenient location. So we
-# bind mount /opt/vyatta/etc/config to /config here if it has not already
-# been done.
-#
-mount_slash_config ()
-{
- mounted=$(mount | grep /opt/vyatta/etc/config)
-
- if [ -z "$mounted" ]; then
- if [ ! -d /config ]; then
- mkdir /config
- fi
- mount --bind /opt/vyatta/etc/config /config
- else
- if [ ! -d /config ]; then
- mkdir /config
- mount --bind /opt/vyatta/etc/config /config
- fi
- fi
- chgrp -R ${GROUP} /config
-}
-
start ()
{
log_action_begin_msg "Mounting VyOS Config"
@@ -192,8 +166,6 @@ start ()
disabled bootfile || init_bootfile
- mount_slash_config
-
log_daemon_msg "Starting VyOS router"
disabled migrate || migrate_bootfile