[mhwdcfg] adopt development changes

This commit is contained in:
udeved 2016-09-12 18:30:39 +02:00 committed by Philip
parent 8627f291ca
commit 5610e274ba
2 changed files with 20 additions and 22 deletions

View File

@ -81,11 +81,10 @@ class MhwdController:
self.umount("etc/resolv.conf") self.umount("etc/resolv.conf")
def run(self): def run(self):
for id in self.identifier['net']:
for b in self.bus: for b in self.bus:
for id in self.identifier['net']:
self.configure(b, id) self.configure(b, id)
for id in self.identifier['video']: for id in self.identifier['video']:
for b in self.bus:
self.configure(b, id) self.configure(b, id)
return None return None

View File

@ -1,4 +1,7 @@
--- ---
bus:
- pci
identifier: identifier:
net: net:
- 200 - 200
@ -8,10 +11,6 @@ identifier:
- 302 - 302
- 380 - 380
bus:
- pci
# - usb
driver: free driver: free
local: true local: true