Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/example_confidential_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sudo cp --archive /mnt/debian/* ${ROOT_DIR}
Clean up the mount
```shell
sudo guestunmount /mnt/debian
sudo rm -r /mnt/debian
sudo rmdir /mnt/debian
```


Expand Down Expand Up @@ -76,4 +76,4 @@ sudo qemu-system-x86_64 \

> Once you have entered your password you might have to wait a minute or so for the disk to decrypt and boot.

To exit qemu : press Ctrl a, x and then [Enter]
To exit qemu : press Ctrl a, x and then [Enter]