Skip to content

Commit 03021b4

Browse files
committed
[readme] Remove mentions of qemu from linux/win
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
1 parent 68dfa32 commit 03021b4

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

BUILD.linux.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,17 @@ First, install Multipass's runtime dependencies. On AMD64 architecture, you can
5858
```
5959
sudo apt update
6060
sudo apt install libgl1 libpng16-16 libxml2 dnsmasq-base \
61-
dnsmasq-utils qemu-utils libslang2 iproute2 iptables \
62-
iputils-ping libatm1 libxtables12 xterm
61+
dnsmasq-utils libslang2 iproute2 iptables iputils-ping \
62+
libatm1 libxtables12 xterm
6363
```
6464

6565
On ARM64 architecture, you can do this by running:
6666

6767
```
6868
sudo apt update
6969
sudo apt install libgl1 libpng16-16 libxml2 dnsmasq-base \
70-
dnsmasq-utils qemu-efi-aarch64 qemu-utils libslang2 \
71-
iproute2 iptables iputils-ping libatm1 libxtables12 \
72-
xterm
73-
```
74-
75-
You will also need to install your CPU architecture's variant of `qemu-system`. For example, you will need
76-
77-
```
78-
sudo apt install qemu-system-x86
79-
```
80-
81-
on x86_64 machines.
82-
83-
Additionally, on ARM64 architecture, there is an extra step to set up the `QEMU_EFI.fd` file:
84-
85-
```
86-
sudo cp /usr/share/qemu-efi-aarch64/QEMU_EFI.fd /usr/share/qemu/QEMU_EFI.fd
70+
dnsmasq-utils libslang2 iproute2 iptables iputils-ping \
71+
libatm1 libxtables12 xterm
8772
```
8873

8974
Then run the Multipass daemon:

BUILD.windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After chocolatey is installed you can now install the rest of the dependencies f
1515
Powershell(Admin). To get the best results, in the following order:
1616

1717
```[pwsh]
18-
choco install cmake ninja qemu-img git wget unzip -yfd
18+
choco install cmake ninja git wget unzip -yfd
1919
```
2020

2121
```[pwsh]

0 commit comments

Comments
 (0)