From: Michael Prokop Date: Mon, 23 Apr 2007 10:37:27 +0000 (+0200) Subject: Activate zsh-completion, update TODO X-Git-Tag: 0.9~8 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=22ce9a353c2b5b792be366a77c49fd91d9722448 Activate zsh-completion, update TODO --- diff --git a/TODO b/TODO index 13650ca..9300210 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 939642f..7f16013 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 23 Apr 2007 00:23:19 +0200 diff --git a/debian/rules b/debian/rules index b07d6fc..8c3e2fe 100755 --- a/debian/rules +++ b/debian/rules @@ -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