X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=cbe968c7dd034de5ec442b906f13037b3befe8a3;hp=9fcc390c55c80221f9783edf466f70e97c549c1d;hb=12bcb2d7ae0cae32a05498a1599a95d36693eb3c;hpb=a64dc69b9715e387d5d760c567eefd08c6f3cfce diff --git a/debian/changelog b/debian/changelog index 9fcc390..cbe968c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,43 @@ +grml-debootstrap (0.9) unstable; urgency=low + + [ Alexander Wirt ] + * Add support for EXTRAPACKAGES that can be dropped in + /etc/debootstrap/extrapackages + * Add boot_append option to manpage + * Manpage reformatted + + [ Michael Prokop ] + * Support grml-repository and installation of grml-kernel + via GRMLREPOS and GRMLPACKAGES. + * Use stage logic inside chroot-script as well. + * Activate zsh completion. + * Rewrote interfaces() code for handling of + /etc/network/interfaces. Thanks for the pointer, formorer. + + -- Michael Prokop Mon, 23 Apr 2007 00:23:19 +0200 + +grml-debootstrap (0.8) unstable; urgency=low + + * Add BOOT_APPEND option for kernel appendline + + -- Alexander Wirt Sat, 21 Apr 2007 11:19:06 +0200 + grml-debootstrap (0.7) unstable; urgency=low - * Change logic of function execution. + * Support setting some variables via cmdline. + * Support full automatic installation via debian2hd. + * Change logic of function execution and improved error handling + in some functions. * Use aptitude instead of apt-get in chroot-script, but only if it's available. + * Use DEBIAN_FRONTEND='noninteractive' so we avoid unnecessary + questions when installing. (Thanks, formorer!) * Added additional check to grub code for running sed on /boot/grub/menu.lst. * Updated TODO file. + * Use asciidoc for manpage generation. + * Added basic zsh-completion (thanks, ft!), but do not install it yet. + We have to adjust $fpath in grml-etc-core first. -- Michael Prokop Fri, 13 Apr 2007 17:57:29 +0200