blob: 780925f758ef644a6041f0cf870e87d685e78fec (
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
51
|
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>.
1.0~a11-1:
* add compat code for old syslinux
* reordering content of configuration files
ALPHA series:
FIXME
* xfce flavours seem to be damaged again
* multi-kernel syslinux fuckup
* d-i/g-i pool generation on the media
* yaboot (powerpc) boot support
* grub (i386/amd64) boot support on usb* binary images
* grub (i386/amd64) boot support on net binary images
* multi-binary builds in one shot
* vmlinu[xz]
* breakpoints (yes/no/all/type)
* check unset variables
ADDME
* 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/lh_preseed
* 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
|