diff options
author | Oguz Yilmaz <oguzyilmaz.orcl@gmail> | 2021-03-11 14:14:21 +0300 |
---|---|---|
committer | Oguz Yilmaz <oguzyilmaz.orcl@gmail> | 2021-03-11 14:14:21 +0300 |
commit | 9435e17e4d74c6654eb1098bd69c7a6cae9adbb5 (patch) | |
tree | d5621b6f72a63350a13605e14e886d5275a0f397 /docs | |
parent | 349d786ea9a09731e586d81f31f0a48664fb24d7 (diff) | |
download | vyos-documentation-9435e17e4d74c6654eb1098bd69c7a6cae9adbb5.tar.gz vyos-documentation-9435e17e4d74c6654eb1098bd69c7a6cae9adbb5.zip |
The last two numbers 10, 11 in Boot Steps are corrected as 9, 10 to follow the ordering of numbers.
The ordering of boot steps is corrected in Troubleshooting/System Information/Boot Steps section. I have renumbered the last to number from 10, 11 to 9, 10.
Diffstat (limited to 'docs')
-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 |