mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 07:52:27 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user