Skip to content

Commit d95e279

Browse files
author
Mauricio
authored
Fix formatting in fstab errors documentation
1 parent d134e05 commit d95e279

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/azure/virtual-machines/linux/linux-virtual-machine-cannot-start-fstab-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ az vm repair repair-button --button-command fstab --verbose rgtest --name vmtest
104104
```
105105
106106
>[!NOTE]
107-
>The resource group name "rgtest" and VM name "vmtest" shown in these examples are placeholders and must be updated accordingly.
108-
>The Repair VM script, in conjunction with the ALAR script, will temporarily create a Resource Group, a repair VM, and a copy of the OS disk from the affected VM. It backs up the original /etc/fstab file and modifies it—either by stripping out or commenting out data file system entries that are not required for booting the system.
109-
>After the OS starts successfully, review and edit the /etc/fstab file to correct any errors that may have prevented a proper reboot. Finally, the Resource Group containing the repair VM will be automatically deleted by the repair-button script.
107+
>The resource group name `rgtest` and VM name `vmtest` shown in these examples are placeholders and must be updated accordingly.
108+
>The Repair VM script, in conjunction with the ALAR script, will temporarily create a Resource Group, a repair VM, and a copy of the OS disk from the affected VM. It backs up the original `/etc/fstab` file and modifies it—either by stripping out or commenting out data file system entries that are not required for booting the system.
109+
>After the OS starts successfully, review and edit the `/etc/fstab` file to correct any errors that may have prevented a proper reboot. Finally, the Resource Group containing the repair VM will be automatically deleted by the `repair-button` script.
110110
111111
112112
#### Use Manual Method

0 commit comments

Comments
 (0)