Skip to content

Commit 6467cef

Browse files
committed
Updated the link
1 parent 83653fb commit 6467cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +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 [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/).
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 [Mount the image](https://manpages.ubuntu.com/manpages/jammy/man8/mount.8.html).
4949

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

0 commit comments

Comments
 (0)