This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:configurations:user-config [2023/11/07 05:54] sravan |
products:sbc:common:configurations:user-config [2026/05/11 02:20] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Kernel | + | ====== Kernel |
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | This page mainly introduces | + | This document explains |
| - | ===== How-to Customize | + | ===== How to customize |
| - | You can edit file ''/ | + | You can add user-defined boot arguments by editing the file ''/ |
| - | The default | + | The default contents |
| ```shell | ```shell | ||
| Line 29: | Line 29: | ||
| ``` | ``` | ||
| - | ==== Normal | + | ==== Normal |
| - | You can append your bootargs | + | You can append your custom boot arguments |
| - | e.g. Add bootargs '' | + | Example: To add the bootargs '' |
| ```shell | ```shell | ||
| Line 38: | Line 38: | ||
| ``` | ``` | ||
| + | /* Edge-2L support kernel6.1 only. | ||
| ==== Console Bootargs ==== | ==== Console Bootargs ==== | ||
| <WRAP important> | <WRAP important> | ||
| Line 67: | Line 68: | ||
| Save the file and reboot to take effect. | Save the file and reboot to take effect. | ||
| </ | </ | ||
| + | */ | ||
| + | ===== How to check the current Kernel bootargs ===== | ||
| - | ===== How-to Check Linux Kernel Bootargs ===== | + | After rebooting, you can verify the active |
| - | + | ||
| - | After reboot system, we can check current linux kernel | + | |
| ```shell | ```shell | ||