diff options
Diffstat (limited to 'content/articles')
| -rw-r--r-- | content/articles/arch-installation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/articles/arch-installation.md b/content/articles/arch-installation.md index 9b1ef89..ae54ef3 100644 --- a/content/articles/arch-installation.md +++ b/content/articles/arch-installation.md @@ -131,6 +131,7 @@ pacstrap -K /mnt \ linux \ linux-firmware \ parted \ + gptfdisk \ btrfs-progs \ iwd \ vi \ @@ -237,6 +238,7 @@ and `ROOT` BTRFS partition can be extended to the full possible size. This assumes the partitions are on the block device `/dev/sdb`. ``` +sgdisk --move-second-header /dev/sdb parted /dev/sdb --script resizepart 2 100% cryptsetup resize root btrfs filesystem resize max / |
