add virt-manager and dnsmasq
This commit is contained in:
parent
9ddbf6343f
commit
c896e15081
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
### ROM bauen
|
### ROM bauen
|
||||||
./make_mksquashfs-auto.sh makesystem mkinitcpio filesystem makeimage makebios makeiso
|
./make_mksquashfs-auto.sh makesystem mkinitcpio filesystem makeimage makebios makeiso
|
||||||
|
|
||||||
|
### Falls man Virt-Manager verwendet (Netzwerk starten)
|
||||||
|
systemctl enable --now libvirtd
|
||||||
|
sudo virsh net-start default
|
||||||
|
|
||||||
### ROM in einer VM-Testen
|
### ROM in einer VM-Testen
|
||||||
qemu-system-x86_64 --enable-kvm --cdrom out/arch-deadc0de_remix_os-20211212-x86_64.iso -boot d -m 8G
|
qemu-system-x86_64 --enable-kvm --cdrom out/arch-deadc0de_remix_os-20211212-x86_64.iso -boot d -m 8G
|
||||||
|
|
||||||
|
|
|
@ -67,6 +67,7 @@ ttf-font-awesome ttf-hack ttf-hack-nerd ttf-jetbrains-mono ttf-liberation ttf-me
|
||||||
ttf-nerd-fonts-symbols-common ttf-nerd-fonts-symbols-mono ttf-opensans ttf-terminus-nerd terminus-font
|
ttf-nerd-fonts-symbols-common ttf-nerd-fonts-symbols-mono ttf-opensans ttf-terminus-nerd terminus-font
|
||||||
v4l2loopback-dkms v4l2loopback-utils v4l-utils linux-headers obs-studio python opencv python-opencv clang flatbuffers python-flatbuffers
|
v4l2loopback-dkms v4l2loopback-utils v4l-utils linux-headers obs-studio python opencv python-opencv clang flatbuffers python-flatbuffers
|
||||||
vlc gimp inkscape libheif filezilla gparted code
|
vlc gimp inkscape libheif filezilla gparted code
|
||||||
|
virt-manager dnsmasq
|
||||||
wezterm starship
|
wezterm starship
|
||||||
wine wine-gecko wine-mono winetricks
|
wine wine-gecko wine-mono winetricks
|
||||||
wireguard-tools openfortivpn
|
wireguard-tools openfortivpn
|
||||||
|
|
Loading…
Reference in a new issue