diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:30 +0100 |
commit | 85c342c299231131d22764c0dfdcf977c57ce147 (patch) | |
tree | 1226c8a7ad43a2dd53e411c2e379969424e88e32 /docs | |
parent | d1ee66e44c8272bb7a0053a456a3d8b0bd152268 (diff) | |
download | vyos-live-build-85c342c299231131d22764c0dfdcf977c57ce147.tar.gz vyos-live-build-85c342c299231131d22764c0dfdcf977c57ce147.zip |
Adding live-helper 1.0~a13-1.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CREDITS | 1 | ||||
-rw-r--r-- | docs/ChangeLog | 34 | ||||
-rw-r--r-- | docs/TODO | 7 |
3 files changed, 39 insertions, 3 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 1304663a5..b641382a4 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -17,6 +17,7 @@ Patches (alphabetical order): * Richard Nelson <rjent@rjent.pair.com> * Scott Edwards <debian@foss.daxal.com> * Sebastian Raveau <sebastien.raveau@epita.fr> + * Trent Buck <trentbuck@gmail.com> Donations (alphaetical order): diff --git a/docs/ChangeLog b/docs/ChangeLog index 277ff4812..4901025ec 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,37 @@ +2007-06-03 Daniel Baumann <daniel@debian.org> + + * Uploaded 1.0~a13-1. + +2007-06-02 Otavio Salvador <otavio@debian.org> + + * helpers/lh_chroot_preseed: + - Use {Check,Install,Remove}_package to handle debconf dependency. + * Add support to specify the apt/aptitude pipeline depth. + +2007-06-02 Daniel Baumann <daniel@debian.org> + + * Applied patches from Otavio Salvador <otavio@debian.org>: + - Add support to override helpers base directory + - Use LIVE_BOOTSTRAP_CONFIG instead of LIVE_DISTRIBUTION_CONFIG. + - Add support to specify the keyring to be used while bootstraping. + - Add lh_chroot_preseed helper. + +2007-05-28 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Added initial P: messages. + - Removed some bashisms. + - Added some of the proposed cleanups from Trent Buck + <trentbuck@gmail.com>. + * lists/mini, minimal: + - Removed, already pulled in with live-initramfs depends. + +2007-05-27 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_rootfs: + - Added check for config/binary_rootfs/squashfs.sort for passing a + sorting list to mksquashfs. + 2007-05-26 Daniel Baumann <daniel@debian.org> * lists/rescue: @@ -14,11 +14,11 @@ FIXME * grub (i386/amd64) boot support on usb* binary images * grub (i386/amd64) boot support on net binary images * multi-{binary,architecture,distribution} builds in one shot - * vmlinu[xz] - * breakpoints (yes/no/all/type: soft ->interaction to stop/hard ->interaction to continue) * check unset variables ADDME + * vmlinu[xz] [ppc64?] + * breakpoints (yes/no/all/type: soft ->interaction to stop/hard ->interaction to continue) * vmware binary image flavour * usb-zip binary image flavour * support splitted/partial squashfs images @@ -26,7 +26,7 @@ ADDME * introduce package groups * multi-arch for amd64/i386/powerpc on one medium * logfiles - * re-import lh_clone/lh_preseed + * re-import lh_clone * Add win32 loader BETA series: @@ -45,3 +45,4 @@ POST 1.0: * Add loadlin or qemu batch * Adding colinux? * exec wrapper for output hiding/handling + * bootchart and squashfs sorting integration |