Copy /etc/debootstrap/[s]bin as well to the chroot if they are present.
[grml-debootstrap.git] / TODO
1 TODO list for grml-debootstrap
2 ==============================
3
4 Important
5 ---------
6
7 * support for SW-RAID (work in progress, needs work on bootloader)
8 * prompt for root password in interactive setup
9 * support execution of additional scripts for further customization
10
11 Would be nice to have
12 ---------------------
13
14 * support for LVM
15 * support grub2
16 * support tarballs for customization/mirror source
17   -> integrate/use 'fai dirinstall'?
18 * support automatic installation of grml packages:
19   * grml-etc-core
20   * grml-x + xserver-xorg [configuration of X]
21   -> in progress.. (GRMLPACKAGES works already)
22 * support cross-installation (other architectures than the currently running one)
23   -> like in http://www.netfort.gr.jp/~dancer/diary/daily/2007-Jun-16.html.en#2007-Jun-16-04:04:03
24 * support selection between DESKTOP/WORKSTATION and SERVER (provide default packages selection)
25 * support rpmstrap (bootstrap a basic RPM-based system)
26   -> http://xen-tools.org/software/rinse/
27 * support automatic installation of Gentoo
28 * provide zsh-completion for grml-debootstrap's cmdline variables (in progress)
29 * support installation on usb-pen (like grml2usb for Debian)
30   -> http://blog.256bit.org/archives/172-Debian-in-der-Hosentasche.html#extended
31 * support adduser for new user who has same permissions as an user created by d-i
32 * support adding own sources.list entries
33 * test support for Ubuntu dapper, edgy, feisty, and gutsy as debootstrap 1.0.0 provides support for it