mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 06:54:52 +00:00
Split this code segment to allow to remove leading $
sign
This commit is contained in:
parent
c0eeae3bd8
commit
51d112849f
1 changed files with 6 additions and 0 deletions
|
@ -129,6 +129,12 @@ The device node is `/dev/sda4`. Reinstall the bootloader while specifying the de
|
||||||
[source,bash]
|
[source,bash]
|
||||||
----
|
----
|
||||||
$ sudo grub2-install /dev/sda
|
$ sudo grub2-install /dev/sda
|
||||||
|
----
|
||||||
|
|
||||||
|
The correct output should be:
|
||||||
|
|
||||||
|
[source,bash]
|
||||||
|
----
|
||||||
Installing for i386-pc platform.
|
Installing for i386-pc platform.
|
||||||
Installation finished. No error reported.
|
Installation finished. No error reported.
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue