From 3558801717858d468780aff217320f310071f328 Mon Sep 17 00:00:00 2001 From: Souvik Sarkar Date: Fri, 25 Oct 2024 15:09:23 +0530 Subject: [PATCH] trivial changes --- ...el-boot-parameters-modify-introduction.xml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/concepts/kernel-boot-parameters-modify-introduction.xml b/concepts/kernel-boot-parameters-modify-introduction.xml index b2150aec..75c88f56 100644 --- a/concepts/kernel-boot-parameters-modify-introduction.xml +++ b/concepts/kernel-boot-parameters-modify-introduction.xml @@ -33,15 +33,27 @@
What are kernel boot parameters? - Kernel boot parameters are configurations passed to the &productname; kernel during the boot - process for &grub;, instructing it on how to configure certain features and make hem behave - in the intended manner. + Kernel boot parameters are configurations passed to the &productname; kernel during the boot process + for &grub;, instructing it on how to configure certain features and make them behave in the + intended manner. You can modify these configurations either temporarily or permanently, + depending on whether you want the changes to persist even after the next reboot. + + + If you want changes in the system to last only for the upcoming session session + after the boot, you can temporarily modify the kernel boot parameters. For more information, + see the section . + + + However, if you want the + changes to persist till your next modification, you can permanently modify the kernel boot + parameters. For more information, see the section . You can make permanent changes
Examples of commonly modified kernel boot parameters - There are many different kernel parameters that you can optionally modify to customize your + There are several kernel parameters that you can optionally modify to customize your boot process. Based on you your use case, you can consider few of the most commonly modified kernel boot parameters: