From 3e2b527e2a7f00082b66b995d19078228a0f3fdf Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 2 Oct 2021 00:07:06 -0700 Subject: [PATCH] Removed TODO text --- content/posts/X1C6-arch-linux-install.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/posts/X1C6-arch-linux-install.md b/content/posts/X1C6-arch-linux-install.md index 368dfd7..f657f6a 100644 --- a/content/posts/X1C6-arch-linux-install.md +++ b/content/posts/X1C6-arch-linux-install.md @@ -62,8 +62,6 @@ commands. ### Partition Drive -TODO: Rewrite this section to have more of a focus on what commands to run (too much time spent describing) - My device had two SSDs installed. `lsblk` showed them as `nvme0n1` and `nvme1n1`. My primary SSD was `nvme1n1` so I ran `gdisk /dev/nmve1n1`. You can enter `?` to get a list of commands. I went ahead and deleted (`d`) all the existing partitions. Created an EFI partition (`n`) on partition 1 with a size of 100 MiB (chose first sector and then `+100M` for the last sector) with hex code