From 51d112849fb0c0fc72ece5420ca409aa95a4deea Mon Sep 17 00:00:00 2001 From: David Senoner Date: Wed, 24 Apr 2024 08:18:28 +0200 Subject: [PATCH] Split this code segment to allow to remove leading `$` sign --- modules/ROOT/pages/upgrading-fedora-offline.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/upgrading-fedora-offline.adoc b/modules/ROOT/pages/upgrading-fedora-offline.adoc index b7f7a34..ba2d79d 100644 --- a/modules/ROOT/pages/upgrading-fedora-offline.adoc +++ b/modules/ROOT/pages/upgrading-fedora-offline.adoc @@ -129,6 +129,12 @@ The device node is `/dev/sda4`. Reinstall the bootloader while specifying the de [source,bash] ---- $ sudo grub2-install /dev/sda +---- + +The correct output should be: + +[source,bash] +---- Installing for i386-pc platform. Installation finished. No error reported. ----