mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
hv.py: Branding
This commit is contained in:
parent
3427bc0a2e
commit
469b1258c0
1 changed files with 5 additions and 0 deletions
|
@ -667,6 +667,11 @@ class HV:
|
|||
self.setup_adt()
|
||||
|
||||
def setup_adt(self):
|
||||
self.adt["product"].product_name += " on m1n1 hypervisor"
|
||||
self.adt["product"].product_description += " on m1n1 hypervisor"
|
||||
soc_name = "Virtual " + self.adt["product"].product_soc_name + " on m1n1 hypervisor"
|
||||
self.adt["product"].product_soc_name = soc_name
|
||||
|
||||
if self.iodev in (IODEV.USB0, IODEV.USB1):
|
||||
idx = int(str(self.iodev)[-1])
|
||||
for idx in (0, 1):
|
||||
|
|
Loading…
Reference in a new issue