Skip to content

Commit 83653fb

Browse files
committed
Added link to loopdevice
1 parent a288104 commit 83653fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/confidential-computing/hardening-linux-image-to-remove-sudo-users.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Steps to create a generalized image that removes the sudo users are as follows:
4545

4646
2. Mount the image.
4747

48-
There are several ways to do this, the example uses the loop device to mount the image. It can either be a disk attached or a loop device.
49-
[Mount the image](/azure/virtual-machines/linux/attach-disk-portal?tabs=ubuntu#mount-the-disk:~:text=new%20filesystem%20immediately.-,Mount%20the%20disk,-Create%20a%20directory)
48+
There are several ways to do this [Attach the disk](/azure/virtual-machines/linux/attach-disk-portal?tabs=ubuntu#mount-the-disk:~:text=new%20filesystem%20immediately.-,Mount%20the%20disk,-Create%20a%20directory), the example uses the loop device to mount the image. It can either be a disk attached or a loop device [Using loop device](https://linuxhandbook.com/create-virtual-block-device/).
5049

5150
$imagedevice is the root filesystem's partition on the device that contains the image.
5251
```

0 commit comments

Comments
 (0)