forked from Mirror/pmbootstrap
deviceinfo: remove external_disk_install and external_disk, use external_storage instead (#1301)
* deviceinfo: remove external_disk_install and external_disk, use external_storage instead * Complain when external_disk* is used
This commit is contained in:
parent
915dc8a049
commit
94306b51ee
136 changed files with 207 additions and 269 deletions
|
@ -132,12 +132,11 @@ def generate_deviceinfo(args, pkgname, name, manufacturer, arch, has_keyboard,
|
|||
deviceinfo_date=""
|
||||
deviceinfo_dtb=""
|
||||
deviceinfo_modules_initfs=""
|
||||
deviceinfo_external_disk_install="false"
|
||||
deviceinfo_arch=\"""" + arch + """\"
|
||||
|
||||
# Device related
|
||||
deviceinfo_keyboard=\"""" + ("true" if has_keyboard else "false") + """\"
|
||||
deviceinfo_external_disk=\"""" + ("true" if has_external_storage else "false") + """\"
|
||||
deviceinfo_external_storage=\"""" + ("true" if has_external_storage else "false") + """\"
|
||||
deviceinfo_screen_width="800"
|
||||
deviceinfo_screen_height="600"
|
||||
deviceinfo_dev_touchscreen=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue