Skip to content

Commit 028746f

Browse files
[DOC-a-THON] Updating 2 Ubuntu upload VHD
Updated code block from output to config Updated an space on a block code
1 parent e8a5ada commit 028746f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/virtual-machines/linux/create-upload-ubuntu.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,16 @@ This article assumes that you've already installed an Ubuntu Linux operating sys
6565
sudo apt update
6666
sudo apt install linux-azure linux-image-azure linux-headers-azure linux-tools-common linux-cloud-tools-common linux-tools-azure linux-cloud-tools-azure
6767
```
68-
Recommended:
69-
```bash
68+
Recommended:
69+
70+
```bash
7071
sudo apt full-upgrade
7172
sudo reboot
72-
```
73+
```
7374

7475
5. Modify the kernel boot line for Grub to include additional kernel parameters for Azure. To do this open `/etc/default/grub` in a text editor, find the variable called `GRUB_CMDLINE_LINUX_DEFAULT` (or add it if needed) and edit it to include the following parameters:
7576

76-
```output
77+
```config
7778
GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 rootdelay=300 quiet splash"
7879
```
7980

0 commit comments

Comments
 (0)