~ubuntu-branches/ubuntu/natty/os-prober/natty

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2007-02-27 20:16:49 UTC
  • mfrom: (1.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20070227201649-dayeca1vogcnuhov
Tags: 1.17
Check for both upper and lowercase filenames when detecting Windows
NT/XP/2000. Thanks to Thanatermesis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
 - Does not handle grub present menus.
6
6
 - Does not support things like (hd0,1)/path/to/file
 
7
   although in the case of the kernel it will strip
 
8
   off the drive specification, and look for the file in the current
 
9
   partition.
7
10
 
8
11
The lilo linux-boot-probe has these limitations:
9
12
 
10
 
 - Doesn't map from devfs to normal is the lilo.conf uses debfs names
 
13
 - Doesn't map from devfs to normal if the lilo.conf uses devfs names
11
14
   (valid?)
12
15
 
13
16
linux-boot-prober:
19
22
  as noted above, drive names may have changed!
20
23
- Maybe do some probing before partitioning and store info?
21
24
  Or don't support adding partitions before existing /boot partitions.
 
25
 
 
26
Make it build a deb too, this probing could be useful outside d-i.
 
27
(If this is done, be sure to audit it for /tmp usage, which we do not care
 
28
about in d-i.)