Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-26 00:20:47 +00:00
parent adc1cd4ded
commit 7b30c71887
8 changed files with 109 additions and 11 deletions

View File

@@ -21,7 +21,11 @@ source: https://github.com/tldr-pages/tldr.git
`select {{/dev/sdX}}`
- Create a 16 GB partition with the specified filesystem in interactive mode:
- Create a 16 GB partition with the specified filesystem in interactive mode (`GPT` partition table):
`mkpart {{partition_name}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}`
- Create a 16 GB partition with the specified filesystem in interactive mode (`MBR` partition table):
`mkpart {{primary|logical|extended}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}`