mhwdcfg: adjust interation; update conf
This commit is contained in:
parent
fe92450e7b
commit
ac43d43409
@ -81,12 +81,11 @@ class MhwdController:
|
||||
self.umount("etc/resolv.conf")
|
||||
|
||||
def run(self):
|
||||
for id in self.identifier['net']:
|
||||
for b in self.bus:
|
||||
self.configure(b, id)
|
||||
for id in self.identifier['video']:
|
||||
for b in self.bus:
|
||||
self.configure(b, id)
|
||||
for b in self.bus:
|
||||
for id in self.identifier['net']:
|
||||
self.configure(b, id)
|
||||
for id in self.identifier['video']:
|
||||
self.configure(b, id)
|
||||
|
||||
return None
|
||||
|
||||
|
@ -1,14 +1,15 @@
|
||||
---
|
||||
bus:
|
||||
- pci
|
||||
|
||||
identifier:
|
||||
net:
|
||||
- 200
|
||||
- 280
|
||||
video:
|
||||
- 300
|
||||
|
||||
bus:
|
||||
- pci
|
||||
- usb
|
||||
- 302
|
||||
- 380
|
||||
|
||||
driver: free
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user