Skip to content

Commit 05040c6

Browse files
Merge pull request #301354 from ManoharLakkoju-MSFT/patch-835243
(AzureCXP) fixes MicrosoftDocs/azure-docs#441932
2 parents 61542cc + 70bd134 commit 05040c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/confidential-computing/harden-a-linux-image-to-remove-azure-guest-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Steps to create an image that removes the Azure Linux Agent are as follows:
5757
For Ubuntu 18.04+
5858
```
5959
sudo chroot /mnt/dev/$imagedevice/ rm -rf /var/lib/walinuxagent
60-
sudo chroot /mnt/dev/$imagedevice/ rm -rf /etc/ walinuxagent.conf
61-
sudo chroot /mnt/dev/$imagedevice/ rm -rf /var/log/ walinuxagent.log
60+
sudo chroot /mnt/dev/$imagedevice/ rm -rf /etc/walinuxagent.conf
61+
sudo chroot /mnt/dev/$imagedevice/ rm -rf /var/log/walinuxagent.log
6262
```
6363
6464
5. Create a systemd service to provision the VM.

0 commit comments

Comments
 (0)