Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-26 00:19:43 +00:00
parent 00aae9d884
commit 114611fd19
16 changed files with 95 additions and 28 deletions

View File

@@ -11,8 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
- Initialize the `/dev/sda1` volume for use by LVM:
`pvcreate {{/dev/sda1}}`
`pvcreate {{/dev/sdXY}}`
- Force the creation without any confirmation prompts:
`pvcreate --force {{/dev/sda1}}`
`pvcreate {{[-f|--force]}} {{/dev/sdXY}}`