~elementary-os/ubuntu-package-imports/ubiquity-bionic

« back to all changes in this revision

Viewing changes to d-i/source/hw-detect/TODO

  • Committer: RabbitBot
  • Date: 2018-02-05 14:44:42 UTC
  • Revision ID: rabbitbot@elementary.io-20180205144442-vt0fvth7zus90wjh
Initial import, version 17.10.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* autodetection of ide devices would be nice, rather than always loading
 
2
  the ide modules
 
3
 
 
4
* clean up the return values, decide what is really a failure, and how to
 
5
  handle it
 
6
 
 
7
* should we try to detect ISA devices?
 
8
 
 
9
* Unify the coreof the load_module function in hw-detect with the module_probe
 
10
  functions used by disk-detect and ethdetect. They diverged but do the same
 
11
  thing.
 
12
 
 
13
* extend devnames to also include disk devices, so that disk-detect
 
14
  can include nice descriptions of disk devices. Note that discover's
 
15
  descriptions of modules are an alternate source of info, which uses
 
16
  different names too. This could stand to be unified.