mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 10:59:45 +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
|
```bash
|
||||||
pacman -S grub
|
pacman -S grub
|
||||||
grub-install /dev/vda
|
grub-install /dev/vda
|
||||||
grub-mkconfig -p /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
```
|
```
|
||||||
#### What is happening here?
|
#### What is happening here?
|
||||||
- First we install grub package.
|
- First we install grub package.
|
||||||
|
|
Loading…
Reference in a new issue