[mhwdcfg] adopt development changes
This commit is contained in:
parent
8627f291ca
commit
5610e274ba
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user