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.
This commit is contained in:
Oguz Yilmaz 2021-03-11 14:14:21 +03:00
parent 349d786ea9
commit 9435e17e4d

View File

@ -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