fix vbox syntax

This commit is contained in:
Malin Freeborn 2022-01-22 20:01:57 +01:00
parent 8f8f987eab
commit 98d04f7689
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ tags: [ "Documentation", "system" ]
> # vboxreload > # vboxreload
# Make dd image into vdi Make dd image into vdi
> VBoxManage convertdd base.dd output.vdi --format VDI > VBoxManage convertdd base.dd output.vdi --format VDI
@ -20,7 +20,7 @@ If this doesn't work, try to make a new bite size with just
> sudo dd if=image.dd of=image2.dd bs=512 conv=sync > sudo dd if=image.dd of=image2.dd bs=512 conv=sync
# CLI Management ## CLI Management
List boxes: List boxes:
@ -44,7 +44,7 @@ You can do a number of things to virtualboxes this way:
- poweroff - poweroff
# Creating Disks ## Creating Disks
Creating a VM requires registering it: Creating a VM requires registering it: