diff options
author | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2022-12-21 21:04:23 +0100 |
---|---|---|
committer | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2022-12-21 21:24:38 +0100 |
commit | 0eb3a0d88eddb777aaa39c7b1572e696a221a210 (patch) | |
tree | e04af33678b744914dd9c513c1f8cf54d86fc978 | |
parent | 68adc61442dd49e4b681cf85ef79c3e8006b9f93 (diff) | |
download | debvm-0eb3a0d88eddb777aaa39c7b1572e696a221a210.tar.gz |
README.md: add short usage example
-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? =============== |