Skip to content

Commit 8b3cf88

Browse files
Update oracle-create-upload-vhd.md
Fixing typo and note indentation
1 parent d3fe027 commit 8b3cf88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ You must complete specific configuration steps in the operating system for the v
4545
sudo rpm -e --nodeps NetworkManager
4646
```
4747

48-
> [!NOTE]
49-
> If the package isn't already installed, this command fails with an error message. This messages is expected.
48+
> [!NOTE]
49+
> If the package isn't already installed, this command fails with an error message. This messages is expected.
5050
5151
4. Create a file named **network** in the `/etc/sysconfig/` directory that contains the following text:
5252
@@ -210,7 +210,7 @@ Preparing an Oracle Linux 7 virtual machine for Azure is similar to Oracle Linux
210210
211211
The `crashkernel` option may be left configured if desired, but note that this parameter will reduce the amount of available memory in the VM by 128 MB or more, which may be problematic on the smaller VM sizes.
212212
213-
10. Once you'are done editing "/etc/default/grub" per above, run the following command to rebuild the grub configuration:
213+
10. Once you're done editing "/etc/default/grub" per above, run the following command to rebuild the grub configuration:
214214

215215
```bash
216216
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
@@ -318,8 +318,8 @@ Preparing an Oracle Linux 7 virtual machine for Azure is similar to Oracle Linux
318318
sudo export HISTSIZE=0
319319
```
320320
321-
> [!NOTE]
322-
> if you are migrating a specific virtual machine and don't wish to create a generalized image, skip the deprovision step.
321+
> [!NOTE]
322+
> If you're migrating a specific virtual machine and don't want to create a generalized image, skip the deprovision step.
323323
324324
16. Click **Action -> Shut Down** in Hyper-V Manager. Your Linux VHD is now ready to be [**uploaded to Azure**](./upload-vhd.md#option-1-upload-a-vhd).
325325

0 commit comments

Comments
 (0)