Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Activate zsh-completion, update TODO
authorMichael Prokop <mika@grml.org>
Mon Apr 23 12:37:27 2007 +0200 (19 months ago)
changeset 162529348664136
manifest529348664136
parent 161da45bead5c85
child 1635a38ab922bb4
Activate zsh-completion, update TODO
TODO
debian/changelog
debian/rules
--- a/TODO Mon Apr 23 12:02:10 2007 +0200
+++ b/TODO Mon Apr 23 12:37:27 2007 +0200
@@ -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
--- a/debian/changelog Mon Apr 23 12:02:10 2007 +0200
+++ b/debian/changelog Mon Apr 23 12:37:27 2007 +0200
@@ -10,6 +10,7 @@ grml-debootstrap (0.9) unstable; urgency
* 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
--- a/debian/rules Mon Apr 23 12:02:10 2007 +0200
+++ b/debian/rules Mon Apr 23 12:37:27 2007 +0200
@@ -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