From 0f4768ef9d57418096b6e55f28f8b190bc68b4a1 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:08:50 +0000 Subject: [PATCH] Update README.md Fix another typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5473bf2ff5..3ab5d6477d 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ Create a virtual disc, i.e /dev/loopx that uses the file we just created ``` We need to determine what device name our loopbackfile.img is associated with. In our example we will assume losetup returns the device /dev/loop30 ``` ->sudo losetup -a | grep -i loopbackfile1.img +>sudo losetup -a | grep -i loopbackfile.img /dev/loop30 ``` We now have a virtual disc called /dev/loop30 that is 270MB in size. Now copy the shredos-2023.08.2_25.1_x86-64_0.35_20231202.img file onto this virtual disc using the dd command