diff options
author | MutoShack <MutoShack@web> | 2019-03-25 17:14:54 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-25 17:14:54 +0100 |
commit | ed48a76af2c781bde4b8dd74c94c9317b7c3eaf6 (patch) | |
tree | 3acb4cafbb8ea436afb656ff4da6fcf173fb84d7 /hurd | |
parent | 41bebd0781b7aa7f3281d0a775a2867d71069ee7 (diff) |
add -no-reboot to the kvm command
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index db52f6e8..d5f704ca 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -23,7 +23,7 @@ Usage: $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 + $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -no-reboot -net user,hostfwd=tcp:127.0.0.1:2222-:22 * Login as root (the root password is empty) * Set up a root password with `passwd` |