Skip to content

Commit d04cf29

Browse files
authored
fix note formatting
1 parent c90dbd7 commit d04cf29

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-
> Replace the resource group name `rgtest` and VM name `vmtest` 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 affected VM's OS disk. It backs up the original */etc/fstab* file and modifies it by removing or commenting out data file system entries that aren't required for booting the system.
109-
> After the OS starts successfully, review and edit the */etc/fstab* file to fix any errors that might have prevented a proper reboot. Finally, The `repair-button` script will automatically delete the resource group containing the repair VM.
107+
> - Replace the resource group name `rgtest` and VM name `vmtest` 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 affected VM's OS disk. It backs up the original */etc/fstab* file and modifies it by removing or commenting out data file system entries that aren't required for booting the system.
109+
> - After the OS starts successfully, review and edit the */etc/fstab* file to fix any errors that might have prevented a proper reboot. Finally, The `repair-button` script will automatically delete the resource group containing the repair VM.
110110

111111
#### Use Manual Method
112112

0 commit comments

Comments
 (0)