forked from andonome/lk
		
	fix vbox syntax
This commit is contained in:
		| @@ -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: | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user