X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=b66301fe3f2ae7f82a905c9eb47b6b4341b8e91d;hp=cd3a5f2da9a302bfe8e0bdbc0bcee7d3853db6c7;hb=4b8512a32a394720eb1f84bd31cddd98a68a1f21;hpb=229a51dfda4d619c47fb4b0ff94d4d952f61e62a diff --git a/debian/changelog b/debian/changelog index cd3a5f2..b66301f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,43 @@ -grml-live (0.1-1) unstable; urgency=low +grml-live (0.0.4) unstable; urgency=low + + * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then. + * /etc/grml/fai/config/hooks/instsoft.GRMLBASE: + - disable pipeline workaround + - create /dev/MAKEDEV in chroot to work around the + "./MAKEDEV: No such file or directory" problem of some packages + + -- Michael Prokop Thu, 04 Oct 2007 22:16:34 +0200 + +grml-live (0.0.3) unstable; urgency=low + + * Support for setting GRML_NAME (like grml vs. grml-small + vs grml64 vs...) + * Drop the character limits of $VERSION and $RELEASENAME. + * Make sure $SECONDS is set before outputting the runtime. + * Unify usage of i386_files, place all template files in + directory templates now. + * Improve portability of linux headers cleanup inside + grml_cleanup_chroot. + * Provide class GRML_SMALL and rename old GRML_SMALL into + GRML_MEDIUM. + * Do not install kernel via GRMLBASE but via GRML_* classes + instead so we have only one single kernel on the system + with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'. + * Use grml-live.log as logfile. + * Added vim to GRML_MEDIUM package list. + + -- Michael Prokop Sun, 30 Sep 2007 12:58:15 +0200 + +grml-live (0.0.2) unstable; urgency=low + + * Add support for amd64. + * Update and extend documentation. + * Bugfix: Make sure $LOGDIR exists. + * fai dirinstall: set hostname via $HOSTNAME + + -- Michael Prokop Fri, 21 Sep 2007 11:46:17 +0200 + +grml-live (0.0.1) unstable; urgency=low * Initial release.