From 88cf6caedd802fab8fa2e59b7ebfb7f0bf6b3ad7 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:01:22 +0000 Subject: [PATCH] Correct some text formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e80455f76e..32a8d57f72 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Device Boot Start End Sectors Size Id Type ``` Mount the /dev/loop30p1 partition to a folder called virtual_disc ``` -mkdir virtual_disc +>mkdir virtual_disc >sudo mount /dev/loop30p1 virtual_disc ``` You can now edit the grub.cfg files @@ -215,11 +215,11 @@ You can now edit the grub.cfg files ``` Once you have finished making your changes unmount the drive ``` -umount virtial_disc +>sudo umount virtial_disc ``` Create the new ShredOS .img file ``` -sudo dd if=/dev/loop30 of=shredos_with_mods.img +>sudo dd if=/dev/loop30 of=shredos_with_mods.img ``` Copy shredos_with_mods.img to the root of the Ventoy USB stick and boot the Ventoy USB stick. You can confirm your changes to the kernel commmand line by booting ShredOS, switching to a virtual terminal ALT F2, and type `more /proc/cmdline`