File: TODO

package info (click to toggle)
apt-setup 1%3A0.20etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 956 kB
  • ctags: 8
  • sloc: sh: 479; makefile: 26
file content (15 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- remove the "If you are installing from a netinst CD" thing in the
  use_mirror template and _detect_ if it's a netinst or a full CD. The
  question could also be skipped entirely for netinsts.
- http proxy asking for installs from only CD w/o choose-mirror (for
  security sources)
- multi-cd support
- During a netinst CD install, choose-mirror is asked before
  base-installer, which is sorta confusing at first since it installs base
  from the CD. This happens because apt-setup-udeb pulls in
  apt-mirror-setup which in turn pulls in choose-mirror, which is a menu
  item. Perhaps it's best to consider this behavior a feature though; it
  does need to choose a mirror at some point.
- If choose-mirror is run to change the mirror in the middle, it starts up
  its own progress bar and then there is no progress bar up after it
  finishes.