mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-01 02:44:55 +00:00
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:
committed by
michael vincerra
parent
17e70abdf2
commit
a19948e235
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user