Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-16 00:22:19 +00:00
parent cb2b02c321
commit a3dc1769f5
31 changed files with 139 additions and 93 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/sdXY}}`
`sudo pvcreate {{/dev/sdXY}}`
- Force the creation without any confirmation prompts:
`pvcreate {{[-f|--force]}} {{/dev/sdXY}}`
`sudo pvcreate {{[-f|--force]}} {{/dev/sdXY}}`