Message ID | 20250721093938.596-1-m.cavallini@koansoftware.com |
---|---|
State | Under Review |
Headers | show |
Series | [v2] dev-manual/start.rst: added missing command in Optimize your VHDX file using DiskPart | expand |
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index e10367752..803ea2601 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst @@ -554,6 +554,7 @@ your Yocto Project build host: DISKPART> select vdisk file="<path_to_VHDX_file>" DISKPART> attach vdisk readonly DISKPART> compact vdisk + DISKPART> detach DISKPART> exit .. note::
After compact vsdisk you have to detach it before exiting otherwise the vdisk remains attached. DISKPART> select vdisk file="<path_to_VHDX_file>" DISKPART> attach vdisk readonly DISKPART> compact vdisk DISKPART> detach <------------ new missing command DISKPART> exit Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com> --- documentation/dev-manual/start.rst | 1 + 1 file changed, 1 insertion(+)