blob: 23dff9bbe53361021928428c5bbe88024a1c86a3 (
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
|
Gentoo Linux Installer TODO
Copyright 2005 Gentoo Technologies, Inc.
If you are working or plan to work on a task here put your name by it.
Things still needing to be done for the BETA release:
Backend:
custom network info needs to get sent to the glimd clients.
percentage partitioning
netboot image
Move Bootloader/arch list to IP
wireless support
In Progress:
partitioning error checking.
???add distcc support (UNTESTED)
add r_pppoe configuration stuff.
network mounts into the fstab
gli-dialog:
fix up uri browser
when doing do_recommended the mounts should be set automatically. we should know.
try to know the filesystem of the partition.
-- testing fix progressbar for compiling kernel
beep after a do_steps for user to know it's time to do stuff
fix height of progressbar
failed_install_cleanup doesn't work anymore.
--not important load network interface info for active interfaces.
retrying steps.
livecd:
nox MOTD change for installer command.
keep terminal open for command-line installer icon.
Things to put into a later version:
Future feature requests:
add auto-update script to crontab once every week.
god help us if we have to get your printer set up too!
Robbat's thing:
GLIArchitectureTemplate.build_kernel():
- test with 2.4 kernels
- Check custom config for correct initrd support when using genkernel
- might need to pass --evms2/--lvm2/--dmraid to genkernel.
Done:
|