Skip to content

Commit 91c8bc0

Browse files
fixing step 8
1 parent 6d610e1 commit 91c8bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/suse-create-upload-vhd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ As an alternative to building your own VHD, SUSE also publishes BYOS (Bring Your
8686
console=ttyS0 earlyprintk=ttyS0
8787
```
8888

89-
Next, apply this change by running the following command:
89+
Next, apply this change by running the following command:
9090

9191
```console
9292
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
9393
```
9494

95-
This will ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues.
95+
This will ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues.
9696

9797
9. Ensure the "/etc/fstab" file references the disk using its UUID (by-uuid)
9898

0 commit comments

Comments
 (0)