diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2023-01-02 10:53:20 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:54 +0700 |
commit | 3c308d2dc5748d2c3b6db723bb147c5f0f2d43ce (patch) | |
tree | 6167b94aff01f3062e6d1c702374fb96b6b7398d /system | |
parent | 6a50ad559c35e0dddbbc2e86c6a05ae269292103 (diff) |
system/qemu: Fix README typo
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/qemu/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/qemu/README b/system/qemu/README index c457cef0881d8..d6e219eda2d06 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -48,7 +48,7 @@ dependencies. To enable user mode networking, install libslirp (availale on SBO), then compile qemu: -SLIRP=yes ./qemu/SlackBuild +SLIRP=yes ./qemu.SlackBuild libiscsi (to access iSCSI targets directly) is optional dependency, and will be picked up, if present, during the compilation. |