Skip to content

Commit 03116e4

Browse files
Update oracle-create-upload-vhd.md
1 parent 8d563c0 commit 03116e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You must complete specific configuration steps in the operating system for the v
106106
11. Install the Azure Linux Agent by running the following command. The latest version is 2.0.15.
107107

108108
```bash
109-
sudo yum install WALinuxAgent
109+
sudo yum install WALinuxAgent
110110
```
111111

112112
Note that installing the WALinuxAgent package will remove the NetworkManager and NetworkManager-gnome packages if they were not already removed as described in step 2.
@@ -211,16 +211,16 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
211211
10. Once you are done editing "/etc/default/grub" per above, run the following command to rebuild the grub configuration:
212212

213213
```bash
214-
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
214+
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
215215
```
216216

217217
11. Ensure that the SSH server is installed and configured to start at boot time. This is usually the default.
218218
12. Install the Azure Linux Agent and dependencies:
219219

220-
```bash
221-
sudo yum install WALinuxAgent
222-
sudo systemctl enable waagent
223-
```
220+
```bash
221+
sudo yum install WALinuxAgent
222+
sudo systemctl enable waagent
223+
```
224224

225225
13. Install cloud-init to handle the provisioning
226226

0 commit comments

Comments
 (0)