diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-03-11 18:55:03 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 18:55:03 +0700 |
commit | 19f0e195af0a2ef4a1cf1ac3ea6f6c2654115102 (patch) | |
tree | d5621b6f72a63350a13605e14e886d5275a0f397 | |
parent | 349d786ea9a09731e586d81f31f0a48664fb24d7 (diff) | |
parent | 9435e17e4d74c6654eb1098bd69c7a6cae9adbb5 (diff) | |
download | vyos-documentation-19f0e195af0a2ef4a1cf1ac3ea6f6c2654115102.tar.gz vyos-documentation-19f0e195af0a2ef4a1cf1ac3ea6f6c2654115102.zip |
Merge pull request #474 from oguzyilmaz/boot_steps_ordering
The last two numbers 10, 11 in Boot Steps are corrected
-rw-r--r-- | docs/troubleshooting/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/troubleshooting/index.rst b/docs/troubleshooting/index.rst index a965dbe6..1013dba6 100644 --- a/docs/troubleshooting/index.rst +++ b/docs/troubleshooting/index.rst @@ -441,8 +441,8 @@ These are the boot steps for VyOS 1.2 1. The config loader script writes log entries to ``/var/log/vyatta-config-loader.log`` - 10. Runs ``telinit q`` to tell the init system to reload ``/etc/inittab`` - 11. Finally it runs the post-config script + 9. Runs ``telinit q`` to tell the init system to reload ``/etc/inittab`` + 10. Finally it runs the post-config script ``/config/scripts/vyos-postconfig-bootup.script`` .. stop_vyoslinter |