Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jun 11, 2024
1 parent d097f1e commit 0a01591
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ fallback_options="-S autodetect"
```bash
mkdir -p /boot/EFI/Linux # Make sure the directory for the UKIs exists
mkinitcpio -P # Build the UKIs
rm /boot/initramfs-*.img # Remove initramfs leftover image
rm /boot/initramfs-*.img # Remove initramfs leftover images
```

### Use a more secure umask for the boot partition
Expand All @@ -223,7 +223,7 @@ bootctl install
vim /boot/loader/loader.conf
```

> default arch-linux.efi
> default arch-linux.efi
> timeout 0
> console-mode max
> editor no
Expand Down

0 comments on commit 0a01591

Please sign in to comment.