diff options
author | Marco Cavallini <m.cavallini@koansoftware.com> | 2025-07-21 11:39:38 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-04 09:12:24 -0700 |
commit | d029bf3af20e1524b92d2ea48ba30c322844bf20 (patch) | |
tree | 2533cfaeafade7278cc923e69e659d338f174353 /documentation/conf.py | |
parent | ae082ab427fafbcc71de17442c28e6acac28f0d1 (diff) | |
download | poky-d029bf3af20e1524b92d2ea48ba30c322844bf20.tar.gz |
dev-manual/start.rst: added missing command in Optimize your VHDX file using DiskPart
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
(From yocto-docs rev: 141eca08167d7e61a87dbe6e516e7f445d6bb417)
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 1cc65ddf1a074f61fe5a63d222f3079b7fcb4c1e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/conf.py')
0 files changed, 0 insertions, 0 deletions