diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | c79ab34a7c597c9e3ab202c644121c6944789424 (patch) | |
tree | 324691f4f851c719b864229b399584f035b2873f /docs | |
parent | 0d5ff4ca7596790f853cf637e0fe225cad810a76 (diff) | |
download | vyos-live-build-c79ab34a7c597c9e3ab202c644121c6944789424.tar.gz vyos-live-build-c79ab34a7c597c9e3ab202c644121c6944789424.zip |
Adding live-helper 1.0~a19-1.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 2b873fb9f..a5384032e 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,44 @@ +2007-07-19 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh, package.sh, helpers/lh_config, lh_binary_*: + - Added support for non-chrooted build. + - Added caching of deb packages on this stage too. + * helpers/lh_binary_grub: + - Added forgotten destdir for default entries. + * helpers/lh_binary_memtest: + - Added workaround for grub inside chroot when installing memtest as + suggested by Vladimir Stavrinov <vs@inist.ru>. + * helpers/lh_binary_rootfs: + - Updated squashfs-tools package check. + * helpers/lh_binary_syslinux: + - Using etch workaround for long filenames in syslinux on all + distributions. + * Uploaded 1.0~a19-1. + +2007-07-15 Daniel Baumann <daniel@debian.org> + + * examples/cron/manpages.sh, examples/hooks/win32-loader.sh: + - Added. + +2007-07-15 Otavio Salvador <otavio@debian.org> + + * functions/templates.sh: + - Changed whole code to export TEMPLATES for the item beeing + checked. + * helpers/lh_binary_grub, helpers/lh_binary_syslinux, + helpers/lh_binary_yaboot: + - Changed code to use the new TEMPLATES variable and avoid + hardcoding the path. + +2007-07-14 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_debian-installer: + - Addded 'live' mode. + - Fixed a minor typo. + * helpers/lh_binary_includes: + - Moved copying of parameters.txt to lh_binary_linux-image. + - Moved parameters.txt.* to live-initramfs and data/casper. + 2007-07-12 Daniel Baumann <daniel@debian.org> * helpers/lh_binary_grub, lh_binary_syslinux: @@ -13,6 +54,7 @@ - Fixed typo in variable name. * lists/rescue: - Added aide and tripwire. + * Uploaded 1.0~a18-1. 2007-07-09 Chris Lamb <chris@chris-lamb.co.uk> |