File: TODO

package info (click to toggle)
autoinstall 1.0
  • links: PTS
  • area: main
  • in suites: woody
  • size: 356 kB
  • ctags: 41
  • sloc: python: 2,127; perl: 145; sh: 128; makefile: 65
file content (18 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Yet to complete:

 - The GUI configurator.  What's done is in the gui subdirectory.
   It's a Python program with libglade.

 - Portability.  The current package is very i386-specific; at a
   minimum, the autoinstaller should support every architecture Debian
   supports.  As an interim step, the information for each
   architecture should be split out from the main package, so that
   other people can work on autoinstall support for their arch
   independent of the autoinstall package.

 - Cross-platform support.  One should be able to create boot floppies
   for any arch on any other arch, or for multiple archs in one pass.

 - PXE/netboot support.

 - Test installation from CD-ROM better.