mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-08 18:49:44 +00:00
fix typo
This commit is contained in:
parent
6e4b3dc83a
commit
ae2dc3e965
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ The instructions thus far will provide us a working bare minimum Arch Linux envi
|
|||
```bash
|
||||
pacman -S grub
|
||||
grub-install /dev/vda
|
||||
grub-mkconfig -p /boot/grub/grub.cfg
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
```
|
||||
#### What is happening here?
|
||||
- First we install grub package.
|
||||
|
|
Loading…
Reference in a new issue