You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/suse-create-upload-vhd.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.subservice: imaging
7
7
ms.collection: linux
8
8
ms.custom: linux-related-content
9
9
ms.topic: how-to
10
-
ms.date: 12/14/2022
10
+
ms.date: 04/28/2024
11
11
ms.author: srijangupta
12
12
ms.reviewer: mattmcinnes
13
13
---
@@ -270,7 +270,7 @@ You can then verify that the repositories have been added by running the command
270
270
7. Modify the kernel boot line in your GRUB configuration to include other 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:
271
271
272
272
```config-grub
273
-
console=ttyS0 earlyprintk=ttyS0
273
+
console=ttyS0 earlyprintk=ttyS0
274
274
```
275
275
276
276
This option ensures that all console messages are sent to the first serial port, which can assist Azure support with debugging issues. In addition, remove the following parameters from the kernel boot line if they exist:
@@ -318,12 +318,12 @@ You can then verify that the repositories have been added by running the command
318
318
If you're migrating a specific virtual machine and don't want to create a generalized image, skip the deprovisioning step.
319
319
320
320
```bash
321
-
sudo rm -f ~/.bash_history # Remove current user history
322
-
sudo rm -rf /var/lib/waagent/
323
-
sudo rm -f /var/log/waagent.log
324
-
sudo waagent -force -deprovision+user
325
-
sudo rm -f ~/.bash_history # Remove root user history
326
-
sudo export HISTSIZE=0
321
+
sudo rm -f ~/.bash_history # Remove current user history
322
+
sudo rm -rf /var/lib/waagent/
323
+
sudo rm -f /var/log/waagent.log
324
+
sudo waagent -force -deprovision+user
325
+
sudo rm -f ~/.bash_history # Remove root user history
326
+
sudo export HISTSIZE=0
327
327
```
328
328
329
329
14. Select **Action** > **Shut Down** in Hyper-V Manager.
0 commit comments