Activate zsh-completion, update TODO
authorMichael Prokop <mika@grml.org>
Mon, 23 Apr 2007 10:37:27 +0000 (12:37 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 23 Apr 2007 10:37:27 +0000 (12:37 +0200)
TODO
debian/changelog
debian/rules

diff --git a/TODO b/TODO
index 13650ca..9300210 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,15 +5,11 @@ TODO list for grml-debootstrap
 * support automatic installation of grml packages:
   * grml-etc-core
   * grml-x + xserver-xorg [configuration of X]
-  -> in progress... TODO:
-     - set up /etc/apt/preferences so only the selected GRMLPACKAGES are taken from
-       grml repository (currently all current packages like udev are taken from
-       grml's repository) or use aptitude install $GRMLPACKAGES/$GRMLPOOL
+  -> in progress.. (GRMLPACKAGES works already)
 * support selection between DESKTOP/WORKSTATION and SERVER (provide default packages selection)
 * support for LVM + SW-RAID [should work through installation into directory, needs testing though]
 * support rpmstrap (bootstrap a basic RPM-based system)
 * support automatic installation of Gentoo
-* provide zsh-completion for grml-debootstrap's cmdline variables
+* provide zsh-completion for grml-debootstrap's cmdline variables (in progress)
 * support installation on usb-pen (like grml2usb for Debian)
   -> http://blog.256bit.org/archives/172-Debian-in-der-Hosentasche.html#extended
-* support installation of grml-kernel
index 939642f..7f16013 100644 (file)
@@ -10,6 +10,7 @@ grml-debootstrap (0.9) unstable; urgency=low
   * Support grml-repository and installation of grml-kernel
     via GRMLREPOS and GRMLPACKAGES.
   * Use stage logic inside chroot-script as well.
+  * Activate zsh completion.
 
  -- Michael Prokop <mika@grml.org>  Mon, 23 Apr 2007 00:23:19 +0200
 
index b07d6fc..8c3e2fe 100755 (executable)
@@ -35,7 +35,7 @@ install: build
        install -m 644 packages         debian/grml-debootstrap/etc/debootstrap/
        install -m 755 chroot-script    debian/grml-debootstrap/etc/debootstrap/
        install -m 755 grml-debootstrap debian/grml-debootstrap/usr/sbin/
-       install -m 644 zsh-completion   debian/grml-debootstrap/etc/zsh/completion.d/grml-debootstrap
+       install -m 644 zsh-completion   debian/grml-debootstrap/etc/zsh/completion.d/grml-debootstrap
 
 # Build architecture-independent files here.
 binary-indep: build install