Skip to content

Commit 84be8c0

Browse files
authored
Merge pull request #97146 from szarkos/patch-1
Fix dracut.conf syntax
2 parents bbe626a + 08baaf7 commit 84be8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: infrastructure-services
1414
ms.tgt_pltfrm: vm-linux
1515

1616
ms.topic: article
17-
ms.date: 05/04/2018
17+
ms.date: 11/25/2019
1818
ms.author: szark
1919

2020
---
@@ -352,7 +352,7 @@ Preparing a CentOS 7 virtual machine for Azure is very similar to CentOS 6, howe
352352
Edit `/etc/dracut.conf`, add content:
353353

354354
```console
355-
add_drivers+="hv_vmbus hv_netvsc hv_storvsc"
355+
add_drivers+=" hv_vmbus hv_netvsc hv_storvsc "
356356
```
357357

358358
Rebuild the initramfs:

0 commit comments

Comments
 (0)