Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-19 00:22:04 +00:00
parent aa594e72af
commit 9c64f72b0c
25 changed files with 607 additions and 3 deletions

29
tldr/linux/mhwd-kernel Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# mhwd-kernel
> Manage and install Linux kernels in Manjaro.
> More information: <https://wiki.manjaro.org/index.php/Manjaro_Kernels>.
- List all available kernels:
`mhwd-kernel {{[-l|--list]}}`
- List all installed kernels:
`mhwd-kernel {{[-li|--listinstalled]}}`
- Install a kernel:
`sudo mhwd-kernel {{[-i|--install]}} {{kernel}}`
- Remove a kernel:
`sudo mhwd-kernel {{[-r|--remove]}} {{kernel}}`
- Install a kernel, replacing the currently running kernel:
`sudo mhwd-kernel {{[-i|--install]}} {{kernel}} rmc`