You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/oracle-create-upload-vhd.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ You must complete specific configuration steps in the operating system for the v
106
106
11. Install the Azure Linux Agent by running the following command. The latest version is 2.0.15.
107
107
108
108
```bash
109
-
sudo yum install WALinuxAgent
109
+
sudo yum install WALinuxAgent
110
110
```
111
111
112
112
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
211
211
10. Once you are done editing "/etc/default/grub" per above, run the following command to rebuild the grub configuration:
212
212
213
213
```bash
214
-
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
214
+
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
215
215
```
216
216
217
217
11. Ensure that the SSH server is installed and configured to start at boot time. This is usually the default.
218
218
12. Install the Azure Linux Agent and dependencies:
0 commit comments