forked from Mirror/pmbootstrap
pmb.parse.deviceinfo: add default for gpu_accelerated (MR 2340)
this fixes pmb.config.init: ask_for_ui.
This commit is contained in:
parent
0a1e3eeeb1
commit
3a9284da8a
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class Deviceinfo:
|
|||
chassis: str
|
||||
keyboard: Optional[str] = ""
|
||||
external_storage: Optional[str] = ""
|
||||
gpu_accelerated: Optional[bool] = False
|
||||
dev_touchscreen: Optional[str] = ""
|
||||
dev_touchscreen_calibration: Optional[str] = ""
|
||||
append_dtb: Optional[str] = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue