Skip to content

Commit

Permalink
Update Install-ArchLinux.md
Browse files Browse the repository at this point in the history
more fixes
Wooty-B authored Mar 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fddb7bb commit c7ad6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Install-ArchLinux.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
3. Type the following letters and numbers to partition the drive
```
Command: n
Partition number: 1
Partition number: [ENTER]
First sector: [ENTER]
Last sector: +512M
Remove signature: Y
@@ -54,7 +54,7 @@
```
sudo mkdir /mnt/chroot
sudo mount /dev/sdX2 /mnt/chroot
sudo mkdir -p /mnt/chroot/boot
sudo mkdir /mnt/chroot/boot
sudo mount /dev/sdX1 /mnt/chroot/boot
```
7. Download and extract the tarball to the mounted drive as root [Do not use sudo]

0 comments on commit c7ad6cf

Please sign in to comment.