diff options
author | Anthony Towns <ajt@debian.org> | 2007-06-16 16:35:28 +0000 |
---|---|---|
committer | Anthony Towns <ajt@debian.org> | 2007-06-16 16:35:28 +0000 |
commit | f45e6190c00065a7ad362fef955ec62b7ebf43a0 (patch) | |
tree | e7a1323455d1c635d5c4f0779d9baa4681e1e3a8 /TODO | |
download | debootstrap-f45e6190c00065a7ad362fef955ec62b7ebf43a0.tar.gz |
initial commit of debootstrap from sid (0.3.3.3)
r47260
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ + +Features: + ++ second stage via chroot debootstrap/debootstrap + ++ debootstrap/deb file to record deb destinations/information + + -- configuration file + -- versus command line + -- support for sources (vs mirrors) + -- faux-pinning for packages + + ++ merge variants into single script (optionally anyway) + ++ makedev in second stage + ++ awk/perl pkgdetails + ++ granular dpkg progress bar + ++ determine required/base dynamically + ++ store required/base in $T/debootstrap for two-stage installs + +Packages format: + std: Priority: required + Priority: important + buildd: Priority: required + Build-Essential: yes |