Update clr-boot-manager commands (#740)

Update clr-boot-manager commands to call update before setting kernel and optinally increase the timeout.
This commit is contained in:
puneetse
2019-09-09 17:56:48 -07:00
committed by michael vincerra
parent 17e70abdf2
commit a19948e235
+11 -1
View File
@@ -422,11 +422,21 @@ testing. For a more scalable and customizable approach, consider using the
rpm2cpio linux<NAME>-<VERSION>-<RELEASE>.x86_64.rpm | (cd /; sudo cpio -i -d -u -v);
#. Optionally, increase the bootloader timeout to make interrupting the boot
process and choosing a different kernel easier.This can be helpful to if
you encounter a kernel that does not boot gracefully.
.. code-block:: bash
#. Update the |CL| boot manager using :command:`clr-boot-manager` and reboot.
sudo clr-boot-manager set-timeout 20
#. Update the |CL| boot manager to use the new kernel using
:command:`clr-boot-manager` and reboot.
.. code-block:: bash
sudo clr-boot-manager update
sudo clr-boot-manager list-kernels
sudo clr-boot-manager set-kernel org.clearlinux.<TARGET>.<VERSION>-<RELEASE>