diff options
author | currite <sll@disroot.org> | 2019-10-28 18:22:06 +0100 |
---|---|---|
committer | currite <sll@disroot.org> | 2019-10-28 18:22:06 +0100 |
commit | 20a28ff77946f0c9ff081ed8a37c645a01082c06 (patch) | |
tree | 221a9844ba045930202178d747783a4928658408 /docs/configuration-overview.rst | |
parent | 9b5f3042ef766eb591f5595840c18a0c382cd8b7 (diff) | |
download | vyos-documentation-20a28ff77946f0c9ff081ed8a37c645a01082c06.tar.gz vyos-documentation-20a28ff77946f0c9ff081ed8a37c645a01082c06.zip |
add detailed steps to wipe config
Diffstat (limited to 'docs/configuration-overview.rst')
-rw-r--r-- | docs/configuration-overview.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index 7d0e8767..f5529274 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -418,4 +418,9 @@ In the case you want to completely delete your configuration and restore the def load /opt/vyatta/etc/config.boot.default + +You will be asked if you want to continue. If you accept, you will have to use `commit` if you want to make the changes active. + +Then you may want to `save` in order to delete the saved configuration too. + .. note:: If you are remotely connected, you will lose your connection. You may want to copy first the config, edit it to ensure connectivity, and load the edited config. |