diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ Given such an image, `debvm-run` can be used to run it. It extracts the kernel and initrd from the filesystem image and constructs a suitable `qemu` invocation. +The following two invocations will give you a shell inside a qemu virtual +machine of the native architecture, leaving all the settings at their defaults: + + ./debvm-create && ./debvm-run + What do I need? =============== |