Skip to content

Commit 6084eb6

Browse files
author
Stephen A. Zarkos
committed
More acrolinx fixes
1 parent 6ef3d03 commit 6084eb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This section assumes that you have already installed a Debian Linux operating sy
3030
* All VHDs on Azure must have a virtual size aligned to 1MB. When converting from a raw disk to VHD, you must ensure that the raw disk size is a multiple of 1MB before conversion. For more information, see [Linux Installation Notes](create-upload-generic.md#general-linux-installation-notes).
3131

3232
## Use Azure-Manage to create Debian VHDs
33-
There are tools available for generating Debian VHDs for Azure, such as the [azure-manage](https://github.com/credativ/azure-manage) scripts from [credativ](http://www.credativ.com/). This is the recommended approach versus creating an image from scratch. For example, to create a Debian 8 VHD run the following commands to download azure-manage (and dependencies) and run the azure_build_image script:
33+
There are tools available for generating Debian VHDs for Azure, such as the [azure-manage](https://github.com/credativ/azure-manage) scripts from [Credativ](http://www.credativ.com/). This is the recommended approach versus creating an image from scratch. For example, to create a Debian 8 VHD run the following commands to download the `azure-manage` utility (and dependencies) and run the `azure_build_image` script:
3434

3535
# sudo apt-get update
3636
# sudo apt-get install git qemu-utils mbr kpartx debootstrap
@@ -47,7 +47,8 @@ There are tools available for generating Debian VHDs for Azure, such as the [azu
4747
## Manually prepare a Debian VHD
4848
1. In Hyper-V Manager, select the virtual machine.
4949
2. Click **Connect** to open a console window for the virtual machine.
50-
3. Comment out the line for **deb cdrom** in `/etc/apt/source.list` if you set up the VM against an ISO file.
50+
3. If you installed the OS using an ISO, then comment out any line relating to "`deb cdrom`" in `/etc/apt/source.list`.
51+
5152
4. Edit the `/etc/default/grub` file and modify the **GRUB_CMDLINE_LINUX** parameter as follows to include additional kernel parameters for Azure.
5253

5354
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200"

0 commit comments

Comments
 (0)