Update qemu_winx11.md
This commit is contained in:
parent
cb32713bcb
commit
5349dbdd55
|
|
@ -1,6 +1,22 @@
|
|||
## Upgrade buster-backports qemu version
|
||||
|
||||
```
|
||||
apt install libfdt1=\
|
||||
$(apt-cache madison libfdt1|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \
|
||||
-y
|
||||
|
||||
apt install libdaxctl1=\
|
||||
$(apt-cache madison libdaxctl1|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \
|
||||
-y
|
||||
|
||||
apt install libndctl6=\
|
||||
$(apt-cache madison libndctl6|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \
|
||||
-y
|
||||
|
||||
apt install libpmem1=\
|
||||
$(apt-cache madison libpmem1|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \
|
||||
-y
|
||||
|
||||
pkgs=$(for i in qemu qemu-block-extra qemu-guest-agent \
|
||||
qemu-system qemu-system-arm qemu-system-common qemu-system-data \
|
||||
qemu-system-gui qemu-system-mips qemu-system-misc qemu-system-ppc \
|
||||
|
|
|
|||
Loading…
Reference in New Issue