[mhwdcfg] adopt development changes
This commit is contained in:
parent
8627f291ca
commit
5610e274ba
@ -81,11 +81,10 @@ class MhwdController:
|
||||
self.umount("etc/resolv.conf")
|
||||
|
||||
def run(self):
|
||||
for id in self.identifier['net']:
|
||||
for b in self.bus:
|
||||
for id in self.identifier['net']:
|
||||
self.configure(b, id)
|
||||
for id in self.identifier['video']:
|
||||
for b in self.bus:
|
||||
self.configure(b, id)
|
||||
|
||||
return None
|
||||
|
@ -1,4 +1,7 @@
|
||||
---
|
||||
bus:
|
||||
- pci
|
||||
|
||||
identifier:
|
||||
net:
|
||||
- 200
|
||||
@ -8,10 +11,6 @@ identifier:
|
||||
- 302
|
||||
- 380
|
||||
|
||||
bus:
|
||||
- pci
|
||||
# - usb
|
||||
|
||||
driver: free
|
||||
|
||||
local: true
|
||||
|
Loading…
Reference in New Issue
Block a user