diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-03-02 14:45:13 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-03-02 14:45:13 +0100 |
commit | ef4d1a589cb00057860164e8120b1f8c1291cc89 (patch) | |
tree | d2675daec63d00e090c49a4dada92743c7335e5e /bin | |
parent | 33a35d318c97dd8040b49e8d186ec05ad2e90e84 (diff) | |
download | debvm-ef4d1a589cb00057860164e8120b1f8c1291cc89.tar.gz |
debvm-run: be more explicit about graphics and cloud kernels
Reported-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/debvm-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/debvm-run b/bin/debvm-run index a089ef4..77f2f3b 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -28,6 +28,7 @@ A net interface configured for user mode is added automatically. By default, the option B<-nographic> is passed to B<qemu> and one interacts with the serial console of the machine. This configuration is skipped in the presence of this option. +Note that B<debvm-create> defaults to installing a cloud kernel if available, so you may have to pass C<--include=linux-image-generic> during image construction to get graphics drivers. =item B<-i> F<image>, B<--image>=F<image> |