Skip to content

Commit 6c04f3f

Browse files
authored
Update language for clarity in documentation
1 parent 53144d9 commit 6c04f3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/azure/virtual-machines/linux/serial-console-grub-proactive-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The VM must be configured to accept a value of **1** for the kernel parameter. T
8888

8989
[Enable SysRq video](https://youtu.be/0doqFRrHz_Mc)
9090

91-
To configure the VM to accept a restart through a SysRq commands on the Azure portal, you have to set a value of **1** for the kernel parameter, kernel.sysrq. To ensure this configuration persists after a restart, add an entry to the **Sysctl.conf** file:
91+
To configure the VM to accept a restart through a SysRq commands on the Azure portal, you have to set a value of **1** for the kernel parameter, kernel.sysrq. To make sure that this configuration persists after a restart, add an entry to the **Sysctl.conf** file:
9292

9393
`echo kernel.sysrq = 1 >> /etc/sysctl.conf`
9494

@@ -164,7 +164,7 @@ For Ubuntu 12.04 to obtain a **login:** prompt, follow these steps:
164164
exec /sbin/getty -L 115200 ttyS0 vt102
165165
```
166166

167-
2. Run the following command to start the getty service using Upstart:
167+
2. To start the getty service by using Upstart, run the following command:
168168

169169
```console
170170
sudo start ttyS0
@@ -211,7 +211,7 @@ If all goes well, the Recovery menu now displays additional options that can hel
211211

212212
#### Red Hat 7\.4\+ GRUB configuration
213213

214-
For Red Hat 7.4 and later, the default `/etc/default/grub` configuration includes the necessary settings for serial console access and recovery. Unless you've made customizations to it, no further modifications are required.
214+
For Red Hat 7.4 and later, the default `/etc/default/grub` configuration includes the necessary settings for serial console access and recovery. Unless you've customized the default settings, no further modifications are required.
215215

216216
On standard installations, the configuration appears as:
217217

@@ -411,4 +411,4 @@ Learn more about [Azure Serial Console](./serial-console-linux.md).
411411

412412
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
413413

414-
[!INCLUDE [Third-Party Disclaimer](../../../includes/third-party-disclaimer.md)]
414+
[!INCLUDE [Third-Party Disclaimer](../../../includes/third-party-contact-disclaimer.md)]

0 commit comments

Comments
 (0)