From 6d73b1b86d147b0a7e019f4983b0083cfd0b8c01 Mon Sep 17 00:00:00 2001 From: liyuanr Date: Wed, 9 Sep 2020 14:49:39 +0800 Subject: [PATCH] Update Installing doc Update Installing doc --- documents/Installing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documents/Installing.md b/documents/Installing.md index 1bcd0c0a..41fdddcf 100644 --- a/documents/Installing.md +++ b/documents/Installing.md @@ -34,7 +34,8 @@ $ qemu-system-riscv64 \ -device virtio-rng-device,rng=rng0 \ -device virtio-blk-device,drive=hd0 \ -device virtio-net-device,netdev=usernet \ - -netdev user,id=usernet,hostfwd=tcp::12055-:22 + -netdev user,id=usernet,hostfwd=tcp::12055-:22 \ + -append 'root=/dev/vda1 rw console=ttyS0 systemd.default_timeout_start_sec=600 selinux=0 highres=off mem=4096M earlycon' ``` 当系统启动之后,可以通过ssh登陆guest OS ``` -- Gitee