From 4c8f0d2718c3bfedd11b6b009b2a696063e9f67a Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Wed, 20 Jul 2022 12:20:57 +0200
Subject: [PATCH] flavours/linux: Add slirp to the list of recommend options

Oniro documentation recommends using of slirp option to have
network connection from/to the image in qemu. Adjust conf-notes.txt
to be consistent with the docs.

Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 flavours/linux/conf-notes.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt
index 276d6e92..0e96c994 100644
--- a/flavours/linux/conf-notes.txt
+++ b/flavours/linux/conf-notes.txt
@@ -26,6 +26,6 @@ or via command line, e.g.:
 
 You can also run generated qemu images with a command:
 
-    $ runqemu qemux86-64 qemuparams="-nographic" oniro-image-base wic ovmf
+    $ runqemu qemux86-64 qemuparams="-nographic" oniro-image-base wic ovmf slirp
 
 Then log in as 'oniro' user with 'oniro' as a password.
-- 
GitLab