blob: 88b3916531b0a702a654596b17ae9d5742e93e31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
TODO list for live-helper
-------------------------
This file lists only outstanding tasks. Any additions/comments/questions and
help is welcome. Write to <debian-live-devel@lists.alioth.debian.org>.
ALPHA series:
FIXME
* xfce flavours seem to be damaged again
* yaboot (powerpc) boot support
* grub (i386/amd64) boot support on usb* binary images
* grub (i386/amd64) boot support on net binary images
* multi-{binary,architecture,distribution} builds in one shot
* check unset variables
* signal handlers
* parsable descriptions in helpers
* add lilo support? :)
* set default live-entry to Live:, default install-entry to Install: in menu.lst.
ADDME
* vmlinu[xz] [ppc64?]
* breakpoints (yes/no/all/type: soft ->interaction to stop/hard ->interaction to continue)
* vmware binary image flavour
* usb-zip binary image flavour
* support splitted/partial squashfs images
* a fetch everything, then build option
* introduce package groups
* multi-arch for amd64/i386/powerpc on one medium
* logfiles
* re-import lh_clone
* Add win32 loader
BETA series:
FIXME
* check all Require_stagefile calls
* make helpers call required stages when needed
* integrate lh_chroot_hacks
* cleanup variable names
* write manpage and documentation/manual
POST 1.0:
* Add win32 autorun like
http://morphix.svn.sourceforge.net/viewvc/morphix/trunk/cdrom-misc/autorun/
* Add loadlin or qemu batch
* Adding colinux?
* exec wrapper for output hiding/handling
* bootchart and squashfs sorting integration
|