Skip to content

Commit 8549c4f

Browse files
authored
Merge pull request #84315 from thedarksage/patch-2
Added Missing closing Quotes in a command
2 parents f2e7edf + bafc75a commit 8549c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This section assumes that you have already obtained an ISO file from the Red Hat
204204
```config-grub
205205
GRUB_CMDLINE_LINUX="rootdelay=300 console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 earlyprintk=ttyS0 net.ifnames=0"
206206
GRUB_TERMINAL_OUTPUT="serial console"
207-
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
207+
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
208208
```
209209
210210
This will also ensure that all console messages are sent to the first serial port and enable interaction with the serial console, which can assist Azure support with debugging issues. This configuration also turns off the new RHEL 7 naming conventions for NICs.

0 commit comments

Comments
 (0)