Removing gpu passthrough stuff from system.
This commit is contained in:
parent
30a3043c78
commit
4d2743e711
|
@ -1,4 +1,5 @@
|
|||
app-admin/bitwarden-desktop-bin ~amd64
|
||||
app-emulation/protontricks ~amd64
|
||||
app-emulation/wine-mono ~amd64
|
||||
app-emulation/wine-staging ~amd64
|
||||
dev-python/pipenv ~amd64
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
app-emulation/qemu spice usbredir
|
||||
app-emulation/virt-manager gtk
|
||||
# required by app-emulation/virt-manager-2.2.1-r3::gentoo[gtk]
|
||||
# required by @gpu-passthrough
|
||||
# required by @selected
|
||||
# required by @world (argument)
|
||||
>=net-misc/spice-gtk-0.37-r2 usbredir gtk3
|
||||
# required by app-emulation/libvirt-6.8.0-r1::gentoo[virt-network]
|
||||
# required by app-emulation/libvirt-glib-3.0.0::gentoo
|
||||
# required by app-emulation/virt-manager-2.2.1-r3::gentoo
|
||||
# required by @gpu-passthrough (argument)
|
||||
>=net-dns/dnsmasq-2.82 script
|
|
@ -1,5 +0,0 @@
|
|||
#undef BANNER_TIMEOUT
|
||||
#define BANNER_TIMEOUT 0
|
||||
#define NET_PROTO_IPV6
|
||||
#define VMWARE_SETTINGS
|
||||
#define CONSOLE_VMWARE
|
|
@ -1,14 +0,0 @@
|
|||
with open('linux-firmware-20201022-r2') as f:
|
||||
data = f.readlines()
|
||||
|
||||
num_lines = len(data)
|
||||
i=0
|
||||
for line in data:
|
||||
if 'banks' in line or'pitcairn' in line or 'picasso' in line or 'tahiti' in line or 'stoney' in line or 'oland' in line or 'mullins' in line or 'fiji' in line or 'carrizo' in line or 'topaz' in line or 'raven' in line or 'verde' in line or 'hawaii' in line or 'renoir' in line or 'navi' in line or 'tonga' in line or 'bonaire' in line or 'vega' in line or 'kaveri' in line or 'kabini' in line or 'hainan' in line or 'vegam' in line:
|
||||
print(line)
|
||||
data.pop(i)
|
||||
i += 1
|
||||
|
||||
f = open('linux-firmware-20201022-r2', 'w')
|
||||
f.writelines(data)
|
||||
f.close()
|
Loading…
Reference in New Issue