Skip to content

Commit 1a4d9cd

Browse files
authored
Fixed formatting of suse-create-upload-vhd.md
Some code blocks were shown as headings. Fixed the formatting by adding spaces to indicate code block for the "Prepare SUSE Linux Enterprise Server 11 SP4" and "Prepare openSUSE 13.1+" sections.
1 parent 61ba430 commit 1a4d9cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ As an alternative to building your own VHD, SUSE also publishes BYOS (Bring Your
9595
ResourceDisk.SwapSizeMB=2048 ## NOTE: set this to whatever you need it to be.
9696
15. Run the following commands to deprovision the virtual machine and prepare it for provisioning on Azure:
9797

98-
# sudo waagent -force -deprovision
99-
# export HISTSIZE=0
100-
# logout
98+
# sudo waagent -force -deprovision
99+
# export HISTSIZE=0
100+
# logout
101101
16. Click **Action -> Shut Down** in Hyper-V Manager. Your Linux VHD is now ready to be uploaded to Azure.
102102

103103
- - -
@@ -130,7 +130,7 @@ As an alternative to building your own VHD, SUSE also publishes BYOS (Bring Your
130130
# sudo zypper update
131131
5. Install the Azure Linux Agent.
132132

133-
# sudo zypper install WALinuxAgent
133+
# sudo zypper install WALinuxAgent
134134
6. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this, open "/boot/grub/menu.lst" in a text editor and ensure that the default kernel includes the following parameters:
135135

136136
console=ttyS0 earlyprintk=ttyS0 rootdelay=300
@@ -157,9 +157,9 @@ As an alternative to building your own VHD, SUSE also publishes BYOS (Bring Your
157157
ResourceDisk.SwapSizeMB=2048 ## NOTE: set this to whatever you need it to be.
158158
11. Run the following commands to deprovision the virtual machine and prepare it for provisioning on Azure:
159159

160-
# sudo waagent -force -deprovision
161-
# export HISTSIZE=0
162-
# logout
160+
# sudo waagent -force -deprovision
161+
# export HISTSIZE=0
162+
# logout
163163
12. Ensure the Azure Linux Agent runs at startup:
164164

165165
# sudo systemctl enable waagent.service

0 commit comments

Comments
 (0)