Split this code segment to allow to remove leading $ sign

This commit is contained in:
David Senoner 2024-04-24 08:18:28 +02:00 committed by pbokoc
parent c0eeae3bd8
commit 51d112849f

View file

@ -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.
---- ----