diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-23 22:58:11 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-23 22:58:11 +0100 |
commit | 0c50e3b74ec8173d6b0b5f26250a8feee0ceda7b (patch) | |
tree | 10026cf35d88b4109b4079ff0e03ffc9b6075535 | |
parent | 86ad5dc1f589d78053eeaa7054dd5a4e5d606422 (diff) | |
download | debvm-0c50e3b74ec8173d6b0b5f26250a8feee0ceda7b.tar.gz |
another documentation improvement I missed earlier
Reported-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
-rwxr-xr-x | debvm-run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ One possible use of this method is passing B<-snapshot> to avoid modifying the v Due to the way kernel and bootloader are being extracted before running B<qemu>, one cannot upgrade a kernel and then just reboot. Attempting to do so, will still use the old kernel. -Instead, B<qemu> must be terminated and B<debvm-run> should be launched again to pick up a new kernel. +Instead, B<qemu> must be terminated and B<debvm-run> should be launched again to pick up the new kernel. In order to avoid accidental reboots, one may pass B<-no-reboot> to B<qemu>. =head1 SEE ALSO |