diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/AUTHORS | 8 | ||||
-rw-r--r-- | docs/CREDITS | 63 | ||||
-rw-r--r-- | docs/ChangeLog | 1560 | ||||
-rw-r--r-- | docs/ChangeLog.live-package | 474 | ||||
-rw-r--r-- | docs/ChangeLog.live-webhelper | 182 | ||||
-rw-r--r-- | docs/FAQ | 70 |
6 files changed, 2357 insertions, 0 deletions
diff --git a/docs/AUTHORS b/docs/AUTHORS new file mode 100644 index 000000000..3cc45330d --- /dev/null +++ b/docs/AUTHORS @@ -0,0 +1,8 @@ +Main Author: + + * Daniel Baumann <daniel@debian.org> + +Main Contributors: + + * Chris Lamb <lamby@debian.org> + * Otavio Salvador <otavio@debian.org> diff --git a/docs/CREDITS b/docs/CREDITS new file mode 100644 index 000000000..4d89790f4 --- /dev/null +++ b/docs/CREDITS @@ -0,0 +1,63 @@ +Patches (alphabetical order): + + * Alex Owen <r.a.owen@qmul.ac.uk> + * An-Cheng Huang <ancheng@vyatta.com> + * Antonio Amorim <Antonio.Amorim@sim.fc.ul.pt> + * Antonio Terceiro <terceiro@softwarelivre.org> + * Bas Wijnen <wijnen@debian.org> + * Ben Armstrong <synrg@debian.org> + * Cedric Lucantis <omer@no-log.org> + * Chris Lamb <lamby@debian.org> + * Cody A.W. Somerville <cody.somerville@canonical.com> + * Cyril Brulebois <cyril.brulebois@kerlabs.com> + * David Madore <david.madore@ens.fr> + * Erwan Le Gall <elegall@linagora.com> + * Fathi Boudra <fabo@debian.org> + * Franklin Piat <fpiat@bigfoot.com> + * Frederic Daniel Luc Lehobey <Frederic@Lehobey.net> + * Guerkan Senguen <gurkan@linuks.mine.nu> + * Hadar Weiss <whadar@gmail.com> + * Inigo Tejedor Arrondo <inigo@navarrux.org> + * Jason D. Clinton <me@jasonclinton.com> + * Jean Pierre LeJacq <jp.lejacq@quoininc.com> + * Jesse Hathaway <jesse@mbuki-mvuki.org> + * Justin Pryzby <pryzbyj@justinpryzby.com> + * Kai Hendry <hendry@webconverger.com> + * Kel Modderman <kel@otaku42.de> + * Maarten ter Huurne <maarten@treewalker.org> + * Marcelo D. Re <mdre@rectorado.unl.edu.ar> + * Marco Amadori <marco.amadori@gmail.com> + * Markus Bauer <bauer-markus@web.de> + * Mathieu Geli <mathieu.geli@gmail.com> + * Otavio Salvador <otavio@debian.org> + * Peter Holik <peter@holik.at> + * Peter Skogstroem <peter.skogstrom@bitrunner.com> + * Rene Merou <ochominutosdearco@gmail.com> + * Richard Nelson <unixabg@gmail.com> + * Scott Edwards <debian@foss.daxal.com> + * Sebastian Raveau <sebastien.raveau@epita.fr> + * Thomas Lange <lange@informatik.uni-koeln.de> + * Tiago Bortoletto Vaz <tiago@debian-ba.org> + * Trent Buck <trentbuck@gmail.com> + * Tzafrir Cohen <tzafrir.cohen@xorcom.com> + * Vladimir Stavrinov <vs@inist.ru> + +Donations (alphabetical order): + + * Gracie <gracie@bithawk.net> + +Special thanks (alphabetical order): + + * Ben Armstrong <synrg@debian.org> for his IRC support. + * Jason D. Clinton <me@jasonclinton.com> for his work on netboot type. + * Otavio Salvador <otavio@debian.org> for his QA patches. + * Richard Nelson <rjent@rjent.pair.com> for live-webhelper. + * Sebastian Raveau <sebastien.raveau@epita.fr> for his work on encryption + support. + * Scott Edwards <debian@foss.daxal.com> for his work on d-i/g-i integration. + * Michael Dorrington <mike@zen.co.uk> for distracting Luk Claes on DebConf 7, + so that Luk couldn't disturb me all the time and I could finally do some + work. + +...and countless other people showed up on the #debian-live IRC channel since +February 2006: thanks for all your help, ideas, and wishes. diff --git a/docs/ChangeLog b/docs/ChangeLog new file mode 100644 index 000000000..0b7f08770 --- /dev/null +++ b/docs/ChangeLog @@ -0,0 +1,1560 @@ +commit 4217cf64597aa81b82a8c8e6a79fee1381e06aa3 +Author: Daniel Baumann <daniel@debian.org> + + Re-enabling live-initscripts and live-webhelper. + + examples/cron/snapshots.sh | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit c4bb536877d822570176d462a45d3497de05a01b +Author: Daniel Baumann <daniel@debian.org> + + Respecting LH_QUIET for genisoimage/mkisofs calls, thanks to Justin Pryzby <pryzbyj@justinpryzby.com>. + + helpers/lh_binary_iso | 5 +++++ + helpers/lh_source_iso | 5 +++++ + 2 files changed, 10 insertions(+), 0 deletions(-) + +commit a019b98615f9edd154f48337f45656fbc86cd181 +Author: Daniel Baumann <daniel@debian.org> + + Respecting LH_QUIET for wget calls, thanks to Justin Pryzby <pryzbyj@justinpryzby.com>. + + helpers/lh_binary_debian-installer | 19 ++++++++++++------- + 1 files changed, 12 insertions(+), 7 deletions(-) + +commit 09faf3f24b1d24394071fc651685436a269c37a4 +Author: Daniel Baumann <daniel@debian.org> + + Handling case when memtest is disabled. + + helpers/lh_source_debian | 5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit f3706cd7f2fa293fed28523c760715967a7ae2e1 +Author: Daniel Baumann <daniel@debian.org> + + Adding check for 'none', not just 'disabled'. + + helpers/lh_binary_memtest | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 793f620b2dd2687f1c1cbb2db6b2eb65ed63275b +Author: Daniel Baumann <daniel@debian.org> + + Restoring file permissions. + + 0 files changed, 0 insertions(+), 0 deletions(-) + +commit 4b52adb6f77b855ac9e6f63de187ae6ecba3602e +Author: Daniel Baumann <daniel@debian.org> + + Adding local udeb_exclude file functionality. + + helpers/lh_binary_debian-installer | 6 ++++++ + helpers/lh_config | 1 + + 2 files changed, 7 insertions(+), 0 deletions(-) + +commit fbae06c4262ee01d22af51b9720470a87a1e571b +Author: Daniel Baumann <daniel@debian.org> + + Fixing typing error in lh_binary_syslinux, thanks to Jean Pierre LeJacq <jp.lejacq@quoininc.com> (Closes: #443099). + + debian/changelog | 2 ++ + helpers/lh_binary_syslinux | 2 +- + 2 files changed, 3 insertions(+), 1 deletions(-) + +commit 9ceced95c4a101b632d2b40cb0716338b223faeb +Author: Daniel Baumann <daniel@debian.org> + + Adding preinst to take care about package upgrades with respect to directories that are symlinks now (Closes: #442408, #442922). + + debian/changelog | 4 +++- + debian/preinst | 40 ++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 43 insertions(+), 1 deletions(-) + +commit 4d06f0aa2b3a3f8a300b8a45310e1b7b5748c4a3 +Author: Daniel Baumann <daniel@debian.org> + + Adding contrib/graph-helpers/*. + + contrib/graph-helpers.py | 74 -------------------------------- + contrib/graph-helpers/graph-helpers.py | 74 ++++++++++++++++++++++++++++++++ + debian/copyright | 23 +++++++++- + 3 files changed, 95 insertions(+), 76 deletions(-) + +commit 39d4c50fc75166d6d8f43126a079e5497e7ff089 +Author: Daniel Baumann <daniel@debian.org> + + Added graph-helpers.py from Chris Lamb <chris@chris-lamb.co.uk>. + + contrib/graph-helpers.py | 74 ++++++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 74 insertions(+), 0 deletions(-) + +commit 5e759644a47983d74338d46904106b552153c446 +Author: Daniel Baumann <daniel@debian.org> + + Passing live bootappends to debian-installer. + + functions/defaults.sh | 2 +- + helpers/lh_config | 16 ++++++++-------- + 2 files changed, 9 insertions(+), 9 deletions(-) + +commit f64d4d2c3124043b9039a38d9c1f037e923c3297 +Author: Daniel Baumann <daniel@debian.org> + + Preparing live-helper 1.0~a29-1. + + Makefile | 6 +++--- + debian/changelog | 6 ++++++ + functions/common.sh | 2 +- + manpages/lh_binary.de.1 | 2 +- + manpages/lh_binary.en.1 | 2 +- + manpages/lh_bootstrap.de.1 | 2 +- + manpages/lh_bootstrap.en.1 | 2 +- + manpages/lh_bootstrap_cdebootstrap.de.1 | 2 +- + manpages/lh_bootstrap_cdebootstrap.en.1 | 2 +- + manpages/lh_bootstrap_debootstrap.de.1 | 2 +- + manpages/lh_bootstrap_debootstrap.en.1 | 2 +- + manpages/lh_build.de.1 | 2 +- + manpages/lh_build.en.1 | 2 +- + manpages/lh_chroot.de.1 | 2 +- + manpages/lh_chroot.en.1 | 2 +- + manpages/lh_clean.de.1 | 2 +- + manpages/lh_clean.en.1 | 2 +- + manpages/lh_config.de.1 | 2 +- + manpages/lh_config.en.1 | 2 +- + manpages/lh_source.de.1 | 2 +- + manpages/lh_source.en.1 | 2 +- + manpages/lh_testroot.de.1 | 2 +- + manpages/lh_testroot.en.1 | 2 +- + manpages/live-helper.de.7 | 2 +- + manpages/live-helper.en.7 | 2 +- + 25 files changed, 32 insertions(+), 26 deletions(-) + +commit 7d5c33610881beee30fea2dc162d21f9e7436039 +Author: Daniel Baumann <daniel@debian.org> + + Releasing live-helper 1.0~a28-1. + + debian/changelog | 2 +- + docs/ChangeLog | 286 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 287 insertions(+), 1 deletions(-) + +commit f6d46179dfb64ace95c6cdec6a5b910d9106a7e7 +Author: Daniel Baumann <daniel@debian.org> + + Making binary hooks executable in case the are not. + + helpers/lh_binary_local-hooks | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +commit f36f7d499ad7ba96a66977ae5e8955fb6b74128e +Author: Daniel Baumann <daniel@debian.org> + + Do not remove pkgsel anymore. + + helpers/lh_binary_debian-installer | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +commit 2b817e2b897f6db20e81fcd52e40f90bcda16237 +Author: Daniel Baumann <daniel@debian.org> + + Fixed wrong sed call. + + helpers/lh_binary_syslinux | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 1db91d83b0d0311c07d8f96023e850efdb44f7eb +Author: Daniel Baumann <daniel@debian.org> + + Do not create symlinks on usb-hdd images. + + helpers/lh_binary_debian-installer | 5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit ed5bb2e1870d68a8d6318933d9fe6ca2f1d9069c +Author: Daniel Baumann <daniel@debian.org> + + Adding LH_BOOTAPPEND_INSTALL. + + functions/defaults.sh | 1 + + helpers/lh_binary_grub | 4 ++-- + helpers/lh_binary_syslinux | 8 ++++---- + helpers/lh_binary_yaboot | 4 ++-- + helpers/lh_config | 12 +++++++++++- + 5 files changed, 20 insertions(+), 9 deletions(-) + +commit 851d21e47455408a300ce8c527e3805f2e039e64 +Author: Daniel Baumann <daniel@debian.org> + + Renaming LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE. + + functions/defaults.sh | 2 +- + helpers/lh_binary_grub | 18 +++++++++--------- + helpers/lh_binary_syslinux | 28 ++++++++++++++-------------- + helpers/lh_binary_yaboot | 20 ++++++++++---------- + helpers/lh_config | 12 ++++++------ + 5 files changed, 40 insertions(+), 40 deletions(-) + +commit 26961cb572225683e29e03176698447b58b19bc4 +Author: Daniel Baumann <daniel@debian.org> + + Making local udebs/local debs architecture aware. + + helpers/lh_binary_debian-installer | 8 ++++---- + 1 files changed, 4 insertions(+), 4 deletions(-) + +commit caeb8b9d72f691833691f193102537fe6c146422 +Author: Daniel Baumann <daniel@debian.org> + + Setting default distribution to lenny. + + functions/defaults.sh | 6 +++++- + 1 files changed, 5 insertions(+), 1 deletions(-) + +commit 20aad4c211bb423d714a38728ffccea5757840a2 +Author: Daniel Baumann <daniel@debian.org> + + Removing both required local and d-i udebs when using live-installer. + + helpers/lh_binary_debian-installer | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +commit c338316ee23fbf687fc4554765c24887cee2fd1a +Author: Daniel Baumann <daniel@debian.org> + + Added forgotten path to bootstrap-base removal. + + helpers/lh_binary_debian-installer | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 789677ab838dc589ef954ff4745609e22d9d6d6e +Author: Daniel Baumann <daniel@debian.org> + + Simplifying debian-installer download. + + helpers/lh_binary_debian-installer | 22 ++++------------------ + 1 files changed, 4 insertions(+), 18 deletions(-) + +commit 0e4a03132a9cb16779d41022ff9f518694295ab6 +Author: Daniel Baumann <daniel@debian.org> + + Adding support for live-installer. + + helpers/lh_binary_debian-installer | 8 +++++++- + helpers/lh_binary_disk | 12 ++++++------ + 2 files changed, 13 insertions(+), 7 deletions(-) + +commit 117d1ef02c09404d595a27023e86765841909398 +Author: Daniel Baumann <daniel@debian.org> + + Polishing and updating with recent news. + + docs/NEWS | 28 +++++++++++++++++----------- + 1 files changed, 17 insertions(+), 11 deletions(-) + +commit 173bd27953afd4020f2ac5700b147e41af727735 +Author: Daniel Baumann <daniel@debian.org> + + Temporarily disabling extended options, they seem to make problems and need testing. + + templates/syslinux/common/syslinux.cfg | 16 ++++++++-------- + 1 files changed, 8 insertions(+), 8 deletions(-) + +commit 508cf68252a5253ba40fcaa0dc46a3ffffc3dbfa +Author: Daniel Baumann <daniel@debian.org> + + Adding Rene Merou <ochominutosdearco@gmail.com>. + + docs/CREDITS | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 7c25acdfc10c851bc30ccafc273a71113758f175 +Author: Daniel Baumann <daniel@debian.org> + + Added Spanish syslinux templates translation from Rene Merou <ochominutosdearco@gmail.com>. + + templates/syslinux/es/boot.txt | 3 +++ + templates/syslinux/es/f1.txt.install | 25 +++++++++++++++++++++++++ + templates/syslinux/es/f1.txt.live | 25 +++++++++++++++++++++++++ + templates/syslinux/es/f10.txt | 23 +++++++++++++++++++++++ + templates/syslinux/es/f2.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/es/f2.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/es/f3.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/es/f3.txt.install.g-i | 23 +++++++++++++++++++++++ + templates/syslinux/es/f3.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/es/f4.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/es/f4.txt.install.g-i | 23 +++++++++++++++++++++++ + templates/syslinux/es/f4.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/es/f5.txt | 23 +++++++++++++++++++++++ + templates/syslinux/es/f6.txt | 23 +++++++++++++++++++++++ + templates/syslinux/es/f7.txt | 23 +++++++++++++++++++++++ + templates/syslinux/es/f8.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/es/f8.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/es/f9.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/es/f9.txt.live | 23 +++++++++++++++++++++++ + 19 files changed, 421 insertions(+), 0 deletions(-) + +commit 8407eb17e393c18ce76afe3fc3d48a5128c22344 +Author: Daniel Baumann <daniel@debian.org> + + Added Catalan syslinux templates translation from Rene Merou <ochominutosdearco@gmail.com>. + + templates/syslinux/ca/boot.txt | 3 +++ + templates/syslinux/ca/f1.txt.install | 25 +++++++++++++++++++++++++ + templates/syslinux/ca/f1.txt.live | 25 +++++++++++++++++++++++++ + templates/syslinux/ca/f10.txt | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f2.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f2.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f3.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f3.txt.install.g-i | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f3.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f4.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f4.txt.install.g-i | 25 +++++++++++++++++++++++++ + templates/syslinux/ca/f4.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f5.txt | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f6.txt | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f7.txt | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f8.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f8.txt.live | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f9.txt.install | 23 +++++++++++++++++++++++ + templates/syslinux/ca/f9.txt.live | 23 +++++++++++++++++++++++ + 19 files changed, 423 insertions(+), 0 deletions(-) + +commit 78450950715061a76a7f3bc02bb5bc4b6d21545e +Author: Daniel Baumann <daniel@debian.org> + + Setting default language to 'en'. + + functions/defaults.sh | 2 +- + templates/syslinux/common/syslinux.cfg | 36 ++++++++++++++++++++++++++++++ + templates/syslinux/en/boot.txt | 3 ++ + templates/syslinux/en/f1.txt.install | 25 ++++++++++++++++++++ + templates/syslinux/en/f1.txt.live | 25 ++++++++++++++++++++ + templates/syslinux/en/f10.txt | 23 +++++++++++++++++++ + templates/syslinux/en/f2.txt.install | 23 +++++++++++++++++++ + templates/syslinux/en/f2.txt.live | 23 +++++++++++++++++++ + templates/syslinux/en/f3.txt.install | 23 +++++++++++++++++++ + templates/syslinux/en/f3.txt.install.g-i | 23 +++++++++++++++++++ + templates/syslinux/en/f3.txt.live | 23 +++++++++++++++++++ + templates/syslinux/en/f4.txt.install | 23 +++++++++++++++++++ + templates/syslinux/en/f4.txt.install.g-i | 23 +++++++++++++++++++ + templates/syslinux/en/f4.txt.live | 23 +++++++++++++++++++ + templates/syslinux/en/f5.txt | 23 +++++++++++++++++++ + templates/syslinux/en/f6.txt | 23 +++++++++++++++++++ + templates/syslinux/en/f7.txt | 23 +++++++++++++++++++ + templates/syslinux/en/f8.txt.install | 23 +++++++++++++++++++ + templates/syslinux/en/f8.txt.live | 23 +++++++++++++++++++ + templates/syslinux/en/f9.txt.install | 23 +++++++++++++++++++ + templates/syslinux/en/f9.txt.live | 23 +++++++++++++++++++ + 21 files changed, 458 insertions(+), 1 deletions(-) + +commit 3fddecbe0eab7d49fb67800bec436d9caa72dfa5 +Author: Daniel Baumann <daniel@debian.org> + + Supporting localized syslinux templates based on LH_LANGUAGE. + + helpers/lh_binary_syslinux | 9 +++++-- + templates/syslinux/boot.txt | 3 -- + templates/syslinux/common/splash.rle | Bin 0 -> 10489 bytes + templates/syslinux/f1.txt.install | 25 ---------------------- + templates/syslinux/f1.txt.live | 25 ---------------------- + templates/syslinux/f10.txt | 23 --------------------- + templates/syslinux/f2.txt.install | 23 --------------------- + templates/syslinux/f2.txt.live | 23 --------------------- + templates/syslinux/f3.txt.install | 23 --------------------- + templates/syslinux/f3.txt.install.g-i | 23 --------------------- + templates/syslinux/f3.txt.live | 23 --------------------- + templates/syslinux/f4.txt.install | 23 --------------------- + templates/syslinux/f4.txt.install.g-i | 23 --------------------- + templates/syslinux/f4.txt.live | 23 --------------------- + templates/syslinux/f5.txt | 23 --------------------- + templates/syslinux/f6.txt | 23 --------------------- + templates/syslinux/f7.txt | 23 --------------------- + templates/syslinux/f8.txt.install | 23 --------------------- + templates/syslinux/f8.txt.live | 23 --------------------- + templates/syslinux/f9.txt.install | 23 --------------------- + templates/syslinux/f9.txt.live | 23 --------------------- + templates/syslinux/splash.rle | Bin 10489 -> 0 bytes + templates/syslinux/syslinux.cfg | 36 --------------------------------- + 23 files changed, 6 insertions(+), 460 deletions(-) + +commit 1956c132a8bac04cd3a025f60acdadb8fa9dd668 +Author: Daniel Baumann <daniel@debian.org> + + Adding forgotten cp call. + + helpers/lh_binary_disk | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit f4af8492a6738f873237802e5dd2005e3ca5bab2 +Author: Daniel Baumann <daniel@debian.org> + + Removing cruft from debian-cd templates. + + templates/syslinux/f7.txt | 2 +- + templates/syslinux/f8.txt.install | 2 +- + templates/syslinux/f8.txt.live | 2 +- + templates/syslinux/f9.txt.install | 2 +- + templates/syslinux/f9.txt.live | 2 +- + 5 files changed, 5 insertions(+), 5 deletions(-) + +commit 9ec9d931e7809058a4d35991c07af1057d7db875 +Author: Daniel Baumann <daniel@debian.org> + + Using new Homepage field now. + + debian/control | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +commit 9da34f5a3bbd3eaa4ea9f1f91d8a8748ce94f068 +Author: Daniel Baumann <daniel@debian.org> + + Adding Marco Amadori <marco.amadori@gmail.com>. + + docs/CREDITS | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 83fc7ca480fb36e40e21dad7c892ec92cf8c3679 +Author: Daniel Baumann <daniel@debian.org> + + Downgrading Ubuntu minimal requirements from gutsy to feisty. + + functions/defaults.sh | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 23c269f3afba1449f2ff6352bf9504fbdba582f8 +Author: Daniel Baumann <daniel@debian.org> + + Simplyfing LH_BASE calls. + + helpers/lh_binary_debian-installer | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +commit 16b85ffe14a24a693cfdafa2d100f96d5d65cf0a +Author: Daniel Baumann <daniel@debian.org> + + Using udeb_include files from debian-cd. + + helpers/lh_binary_disk | 28 +++------------------------- + 1 files changed, 3 insertions(+), 25 deletions(-) + +commit e9ed48833fee3e9232917282f0af88d39bca673e +Author: Daniel Baumann <daniel@debian.org> + + Using Debian terminology for images of unreleased suites. + + functions/releases.sh | 4 ++-- + helpers/lh_binary_disk | 5 +++++ + 2 files changed, 7 insertions(+), 2 deletions(-) + +commit 6c45ff08704bd84fd7c45b294e843c642cc17a16 +Author: Daniel Baumann <daniel@debian.org> + + Setting debian-installer default flavour to netinst. + + helpers/lh_binary_debian-installer | 2 +- + helpers/lh_binary_disk | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit 04f8e669b49da796863e2f548620ee5f15494b2d +Author: Daniel Baumann <daniel@debian.org> + + Adding forgotten handling of default case. + + helpers/lh_clean | 11 +++++++++-- + 1 files changed, 9 insertions(+), 2 deletions(-) + +commit 9f59f16c7c1da6cd227fa47897dc76bf8004cb8e +Author: Daniel Baumann <daniel@debian.org> + + Only removing old packages if they exist. + + examples/cron/snapshots.sh | 11 +++++++---- + 1 files changed, 7 insertions(+), 4 deletions(-) + +commit 471b32c6821eea5d1a73c62c16eb31defe9c0895 +Author: Daniel Baumann <daniel@debian.org> + + Fixing typing error. + + debian/control | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit fbd4861b2347b024caa54af443b18ca1c6646a31 +Author: Daniel Baumann <daniel@debian.org> + + Preparing live-helper 1.0~a28-1. + + Makefile | 6 +++--- + debian/changelog | 6 ++++++ + functions/common.sh | 2 +- + manpages/lh_binary.de.1 | 2 +- + manpages/lh_binary.en.1 | 2 +- + manpages/lh_bootstrap.de.1 | 2 +- + manpages/lh_bootstrap.en.1 | 2 +- + manpages/lh_bootstrap_cdebootstrap.de.1 | 2 +- + manpages/lh_bootstrap_cdebootstrap.en.1 | 2 +- + manpages/lh_bootstrap_debootstrap.de.1 | 2 +- + manpages/lh_bootstrap_debootstrap.en.1 | 2 +- + manpages/lh_build.de.1 | 2 +- + manpages/lh_build.en.1 | 2 +- + manpages/lh_chroot.de.1 | 2 +- + manpages/lh_chroot.en.1 | 2 +- + manpages/lh_clean.de.1 | 2 +- + manpages/lh_clean.en.1 | 2 +- + manpages/lh_config.de.1 | 2 +- + manpages/lh_config.en.1 | 2 +- + manpages/lh_source.de.1 | 2 +- + manpages/lh_source.en.1 | 2 +- + manpages/lh_testroot.de.1 | 2 +- + manpages/lh_testroot.en.1 | 2 +- + manpages/live-helper.de.7 | 2 +- + manpages/live-helper.en.7 | 2 +- + 25 files changed, 32 insertions(+), 26 deletions(-) +2007-09-09 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Fixing typing error. + * data/debian-cd: + - Merging debian-cd 3.0.3 data files. + * functions/defaults.sh, helpers/lh_config: + - Adding debian-installer daily images option. + * helpers/lh_binary_debian-installer: + - Reworking debian-installer flavours and urls. + - Failing when no bootstrap package cache. + * helpers/lh_binary_disk: + - Reworking disk information. + * helpers/lh_bootstrap_cache: + - Creating bootstrap stagefile when restoring cache. + * helpers/lh_bootstrap_cache, lh_chroot_cache: + - Refactoring stage caching. + * helpers/lh_clean: + - Removing cache/stages_bootstrap restore. + * lists/devel-live: + - Moving from svn to git. + * Uploading 1.0~a27-1. + +2007-09-04 Daniel Baumann <daniel@debian.org> + + * helpers/lh_chroot_cache: + - Added forgotten creation of the stagefile as mentioned by + Peter Holik <peter@holik.at>. + +2007-09-04 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_syslinux, lh_config: + - Applied fixes from Peter Holik <peter@holik.at>. + * helpers/lh_chroot_local-packages: + - Added check for actual packages as mentioned by Peter Holik + <peter@holik.at>. + * helpers/lh_bootstrap_cache: + - Added forgotten creation of the stagefile as mentioned by + Peter Holik <peter@holik.at>. + * Uploading 1.0~a26-1. + +2007-08-28 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Prefering debootstrap over cdebootstrap. + * helpers/lh_chroot_local-packages: + - Only copy packages matching the build-architecture. This way, you + can store local packages for different architectures in the very + same config directory. + * Uploading 1.0~a25-1. + +2007-08-28 Daniel Baumann <daniel@debian.org> + + * helpers/lh_clean: + - Accepting more than one parameter at the same time. + * Uploading 1.0~a24-1. + +2007-08-14 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Added --conffile to all helpers. + * manpages/lh_config.de.1, lh_config.en.1: + - Added. + * Uploading 1.0~a23-1. + +2007-08-13 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_memtest: + - Improved grub workaround. + +2007-08-12 Daniel Baumann <daniel@debian.org> + + * helpers/lh_chroot_dpkg: + - Added. + +2007-08-12 Daniel Baumann <daniel@debian.org> + + * Uploaded 1.0~a22-1. + +2007-08-08 Daniel Baumann <daniel@debian.org> + + * functions/lh_chroot_hacks: + - Remove resume partition configuration in initramfs on etch. + +2007-08-07 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Added auto mode for LH_INITRAMFS. + +2007-08-05 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Added debian-edu mode. + * lists/knoppix, knoppix-dvd: + - Added. + +2007-08-05 Mathieu Geli <mathieu.geli@gmail.com> + + * lists/studio, studio-gnome, studio-kde, studio-xfce: + - Added. + +2007-08-04 Daniel Baumann <daniel@debian.org> + + * functions/*, helpers/*: + - Renaming LIVE_* variables to LH_*. + * excamples/cron/*: + - Updated to make-live removal. + * helpers/lh_binary_chroot: + - Exit earlier when rootfs was cached. + * helpers/lh_binary_debian-installer, lh_binary_includes: + - Fixed some bashisms. + * helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot: + - Workaround from matth over /bin/echo to avoid wrong expansion + of entries when using dash (Closes: #431748). + * helpers/lh_chroot_hostname: + - Installing fake hostname, less intrusive approach for the build + system (Closes: #435699). + * helpers/lh_config: + - Added argument handling. + * helpers/lh_losetup: + - Simplified and corrected to make it actually work. + * helpers/lh_source: + - Not using 'echo -e' anymore. + * helpers/make-live: + - Replaced with a dummy: make-live is deprecated now, use lh_config + and lh_build instead. + +2007-08-03 Daniel Baumann <daniel@debian.org> + + * helpers/lh_chroot_apt: + - Updated configuration of recommends handling for apt. + +2007-07-29 Daniel Baumann <daniel@debian.org> + + * functions/packages.sh: + - Using dpkg-query to check for packages when building in chroot, + and on systems where dpkg-query is available. + * functions/stagefile.sh: + - Added missing NAME. + * Uploaded 1.0~a21-1. + +2007-07-28 Daniel Baumann <daniel@debian.org> + + * functions/chroot.sh: + - Added XORG_CONFIG="custom" to chroot call in order to disable + xserver-xorg.postinst (Closes: #430566). + * helpers/lh_binary_usb-hdd: + - Fixes for binary non-chroot build. + +2007-07-27 Daniel Baumann <daniel@debian.org> + + * Makefile, debian/postinst, prerm: + - Added alternatives handling for includes and templates. + * examples/hooks/*: + - Cleaned up. + * helpers/lh_chroot_preseed: + - Process flavour specific preseeds, if available, dropping + LIVE_PRESEED. + * helpers/lh_chroot_local-preseed: + - Added. + * templates/syslinux: + - Added installer specific templates. + - Renamebled additional boot targets (localboot). + * Uploaded 1.0~a20-1. + +2007-07-24 Mathieu Geli <mathieu.geli@gmail.com> + + * helpers/make-live: + - synced usage message and getopts parsing (Closes and extends + #434481). + +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: + - Also respect local menu.lst and syslinux.cfg. + * helpers/lh_binary_syslinux: + - Cleaned up netboot specific parts as suggested by + Vladimir Stavrinov <vs@inist.ru>. + * helpers/lh_binary_linux-image: + - Skip vmlinuz/initrd symlinks. + * helpers/lh_chroot_hacks: + - Setting correct permissions user home directory in case of includes. + * helpers/make-live: + - 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> + + * functions/chroot.sh, functions/defaults.sh: + - Altered LH_DEBCONF_NOWARNINGS so that it accepts "enabled/disabled" + as well as "yes/no" for consistency. + +2007-07-09 Daniel Baumann <daniel@debian.org> + + * functions/architecture.sh, helpers/lh_binary_debian-installer, + lh_binary_grub, lh_binary_linux-image, lh_binary_memtest, + lh_binary_syslinux, lh_binary_yaboot: + - Simplified multi-arch checks/overrides. + * helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot: + - Added priority=critical for auto/autogui boot labels. + +2007-07-07 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_chroot: + - Going back to full copy instead of hardlinks. + * helpers/lh_binary_debian-installer: + - Added architectures for daily images. + * helpers/lh_binary_grub: + - Refactored. + * helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot: + - Added 'quiet' for everything newer than etch. + * helpers/lh_binary_hacks: + - Merged into lh_binary_includes. + * helpers/lh_chroot_hacks: + - Added removal of some build-system influenced files. + - Cleaned up a bit. + * helpers/lh_chroot_localization: + - Fixed typo. + - Added k3b and gwenview. + * helpers/lh_chroot_sysvrc: + - Renamed to lh_chroot_sysv-rc. + * hooks/mini, minimal: + - Using apt-get autoremove. + * lists/devel-live: + - Added. + +2007-07-06 Otavio Salvador <otavio@debian.org> + + * helpers/lh_binary_rootfs: + - Fix parameters to allow the removal of kernels inside of + squashfs. + +2007-07-05 Otavio Salvador <otavio@debian.org> + + * helpers/lh_binary_rootfs: + - Fix inverted logic error to detect when exclude the kernel + from the squashfs image. + +2007-07-04 Otavio Salvador <otavio@debian.org> + + * helpers/lh_binary_hacks: + - Do not fail if binary/parameters.txt.${LH_INITRAMFS} doesn't + exists. + * hooks/mini, hooks/minimal: + - Do not fail if the package isn't installed. + +2007-07-04 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Added architecture handling to mirror defaults. + * helpers/lh_binary_hacks, + includes/includes/sid/live/parameters.txt.casper, + parameters.txt.live-initramfs: + - Added. + +2007-07-02 Otavio Salvador <otavio@debian.org> + + * helpers/lh_binary_syslinux: + - Fix paths for kernel and initrd image loading. + +2007-07-02 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_grub: + - Also respect splash.xpm and not just splash.xpm.gz as local grub + splash images. + +2007-07-01 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_debian-installer: + - Added caching of udebs. + * functions/defaults.sh, helpers/lh_binary_grub, lh_binary_syslinux, + lh_binary_grub, lh_config: + - Added support for aufs. + * Uploaded 1.0~a17-1. + +2007-06-30 Daniel Baumann <daniel@debian.org> + + * functions/releases.sh, helpers/lh_binary_disk, lh_source_disk, + lh_chroot_hostname: + - Added. + +2007-06-29 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_syslinux: + - Fixed damaged memtest entry. + - Corrected code style. + - Added NUMBER initaliazation to fixed wrong numbering when in compat + mode. + - Fixed bug with isolinux.cfg fuckup if flavours are in this order: + 686 686-bigmem. + * helpers/lh_binary_grub, lh_binary_linux-image, lh_binary_memtest, + lh_binary_syslinux: + - Added compat mode for casper/live directories. + * helpers/lh_binary_manifest, lh_binary_md5sum, lh_source_mdsum: + - Added introductional text to the generated file. + * helpers/lh_binary_manifest: + - Only create the correct manifest file for the respective initramfs. + * helpers/lh_binary_disk, lh_source_disk: + - Added. + +2007-06-27 Otavio Salvador <otavio@debian.org> + + * helpers/lh_binary_syslinux: + - Added new methods (syslinux_live_entry and syslinux_di_entry) and + change whole code to use them making it much easier to read and + modify. + * functions/arch.sh: + - Added. + * helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot: + - Use the new Check_architecture method to avoid duplicated code. + * functions/templates.sh: + - Added. + * helpers/lh_binary_grub, helpers/lh_binary_syslinux, + helpers/lh_binary_yaboot: + - Use the new Check_templates method to avoid duplicated code. + +2007-06-25 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_local-hooks: + - Added. + * helpers/lh_chroot_linux-image: + - Caching downloaded packages. + * examples/hooks/qemu-launcher.sh: + - Added. + * Uploaded 1.0~a16-1. + +2007-06-18 Chris Lamb <chris@chris-lamb.co.uk> + + * helpers/lh_chroot_packageslists, lh_chroot_local-packageslists: + - Added support for '#<include>' pragma to include other list files. + * functions/packagelists.sh: + - Added. + * lists/*: + - Translated existing lists to be include-based, added a few missing + lists. + +2007-06-18 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - All cache operations use hardlinks now. + +2007-06-16 Daniel Baumann <daniel@debian.org> + + * helpers/lh_bootstrap_clone, lh_bootstrap_copy: + - Added. + * helpers/lh_binary_live-installer: + - Added. + * Uploaded 1.0~a15-1. + +2007-06-10 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Excluding lenny from the syslinux workarounds as syslinux 3.36 did + migrate into testing. + * helpers/lh_bootstrap_cache, lh_chroot_cache: + - Fixed typos which made caching fail on rebuilds. + * helpers/lh_clean: + - Added unmount of binfmt on clean. + * helpers/lh_binary_usb-hdd: + - Including script to write grub to the loop device from Thomas Lange + <lange@informatik.uni-koeln.de>. + +2007-06-10 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_grub, lh_binary_rootfs, lh_binary_yaboot, + lh_binary_syslinux: + - Fixed some typos as found by Peter Holik <holik@it-technology.at>. + * manpages/live-helper.en.7: + - Fixed typo. + * helpers/lh_bootstrap_cache, lh_chroot_cache: + - Added. + * Uploaded 1.0~a14-1. + +2007-06-08 Daniel Baumann <daniel@debian.org> + + * helpers/make-live: + - Adjusted reading of configuration to match the previously renamed + files. + +2007-06-04 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_hdd, lh_source_hdd: + - Renamed to lh_binary_tar and lh_source_tar. + * helpers/lh_source_generic: + - Removed. + +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: + - Updated with suggestions from Inigo Tejedor Arrondo + <inigo@navarrux.org> + * Uploaded 1.0~a12-1. + +2007-05-25 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Updated check for LH_BOOTSTRAP on ubuntu. + * helpers/lh_binary_iso, lh_source_iso: + - Added configuration support for ISO application, preparer and + publisher field. + +2007-05-24 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_syslinux: + - Added dedicated directory handling for syslinux (>= 3.36) on usb. + * helpers/lh_binary_debian-installer, lh_binary_linux-image, + lh_binary_memtest, lh_binary_syslinux: + - Added legacy support for syslinux (<< 3.36). + * Uploaded 1.0~a11-1. + +2007-05-18 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Renamed LIVE_KERNEL_FLAVOUR to LIVE_LINUX_FLAVOURS. + - Renamed LIVE_KERNEL_PACKAGES to LIVE_LINUX_PACKAGES. + - Renamed LIVE_BINARY_IMAGE to LIVE_BINARY_IMAGES. + - Renamed LIVE_SOURCE_IMAGE to LIVE_SOURCE_IMAGES. + - Renamed LIVE_FILESYSTEM to LIVE_CHROOT_FILESYSTEM. + - Renamed LIVE_SERVER_ADDRESS to LIVE_NET_SERVER. + - Renamed LIVE_SERVER_PATH to LIVE_NET_PATH. + * Uploaded 1.0~a10-1. + +2007-05-18 Mathieu Geli <mathieu.geli@gmail.com> + + * examples/hooks/* + - Added new hooks for non-free/contrib drivers + Intel : ipw3945, ipw2100, ipw2200 + Nvidia : nvidia-legacy + Ralink : rt2x00, rt2570 + - Changed behavior of beryl hook: autostart beryl + if video driver allows it (minimal detection based on glxinfo) + +2007-05-17 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_md5sum, lh_source,md5sum: + - Fixed accidentally inclusion of md5sum.txt itself into + binary/md5sum.txt. + +2007-05-16 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Added check for local includes and templates. + - Renamed LH_APT_GENERIC to LIVE_BINARY_INDICES. + - Renamed lh_binary_localincludes to lh_binary_local-includes. + - Renamed lh_chroot_localhooks to lh_chroot_local-hooks. + - Renamed lh_chroot_localincludes to lh_chroot_local-includes. + - Renamed lh_chroot_localpackages to lh_chroot_local-packages. + - Renamed lh_chroot_localpackageslists to + lh_chroot_local-packageslists. + - Renamed lh_source_download to lh_source_debian. + - Renamed lh_source_config to lh_source_debian-live. + +2007-05-09 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Renamed LH_MIRROR*_BUILD to LH_MIRROR*_BOOTSTRAP. + - Renamed LH_MIRROR*_IMAGE to LH_MIRROR*_BINARY. + * helpers/lh_chroot_sources: + - Added aptitude overwrite for untrusted sources. + - Changed checks for *.build/*.image to *.bootstrap/*.binary. + +2007-05-08 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Renamed lh_binary_linuximage to lh_binary_linux-image. + - Renamed lh_chroot_linuximage to lh_chroot_linux-image. + * helpers/lh_bootstrap_cdebootstrap, lh_bootstrap_debootstrap: + - Added missing cache directory when only caching stages. + * helpers/lh_binary_debian-installer, lh_binary_linux-image, + lh_binary_memtest: + - Changed kernel installation directories. + +2007-05-07 Daniel Baumann <daniel@debian.org> + + * examples/snapshot-build.sh, live-snapshot.sources.list: + - Added. + * helpers/lh_binary_rootfs: + - Fixed wrong order of squashfs options. + +2007-05-06 Daniel Baumann <daniel@debian.org> + + * templates/syslinux: + - Updated again. + * helpers/lh_config: + - Fixed overwriting of LH_* options. + * helpers/lh_binary_includes: + - Fixed a quoting typo. + - Working arround symlinks on usb-hdd binary images. + * Uploaded 1.0~a9-1. + +2007-04-31 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Added LH_INITRAMFS. + - Splitted config/image into config/binary and config/source. + * Uploaded 1.0~a8-1. + +2007-04-26 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - Implemented paranoid caching with LIVE_CACHE_INDICES, + LIVE_CACHE_PACKAGES and LIVE_CACHE_STAGES. This allows to build + images offline from the cache. + +2007-04-25 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_usb, lh_source_usb: + - In preparation of adding support for usb-zip images, the usb binary + type is renamed to usb-hdd. + +2007-04-24 Daniel Baumann <daniel@debian.org> + + * functions/stagefile.sh: + - Requite_stagefile can require more than one stage. + * helpers/lh_binary_debian-installer: + - Added. + +2007-04-23 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_includes, lh_binary_usb, lh_source_usb: + - Added workaround for vfat limitations. + +2007-04-23 Daniel Baumann <daniel@debian.org> + + * Makefile: + - Added simple test rule. + * functions/*, helpers/*: + - Added LH_ROOT_COMMAND to support sudo. + * functions/package.sh: + - Added. Helper dependencies in-chroot can now be handled by + functions. + * helpers/make-live: + - Added trap to unmount proc and sys on exit and failure. + * Uploaded 1.0~a7-1. + +2007-04-22 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - In ubuntu mode, setting default sections to main restricted. + * helpers/lh_binary_grub: + - Making copy call of grub arch independent. + * helpers/lh_chroot_sources: + - In debian mode, checking for non-sid rather than if-etch. + - Fixed wrong Ubuntu security URL. + +2007-04-20 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_rootfs, lh_binary_iso: + - Added mksquashfs/genisoimage quiet/verbose options. + +2007-04-19 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_grub, lh_binary_syslinux: + - Added check for splash in config directory. + +2007-04-18 Daniel Baumann <daniel@debian.org> + + * debian/cron.daily, default: + - Added. + * doc/BUGS, DOWNLOAD: + - Added. + * examples/edu.sources.list, fai.sources.list: + - Added. + * manpages/*: + - Added language suffix. + - Added German translations. + +2007-04-17 Daniel Baumann <daniel@debian.org> + + * helpers/lh_chroot_hooks: + - Also check for tasks specific hooks, not just for package lists. + * helpers/lh_chroot_tasks: + - Allowing to use either aptitude or tasksel. + * hooks/kde-desktop: + - Added. + * manpages/lh_build.1, lh_source.1: + - Added. + +2007-04-16 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Using lsb_release, if existing, to set default mode to ubuntu on + ubuntu systems. + - Moved desktop task to the end, so that gdm doesn't take + gnome-session as default. + * helpers/lh_chroot_hooks: + - Added simple --hooks for easy testing. + * Uploaded 1.0~a6-1. + +2007-04-15 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Set LH_APT to apt-get when using mini or minimal. + * helpers/lh_chroot_sources: + - Excluding comments from local sources lists. + * helpers/lh_bootstrap_cdebootstrap: + - Removing imported configuration files by cdebootstrap. + +2007-04-13 Daniel Baumann <daniel@debian.org> + + * Moved examples from /usr/share/doc to /usr/share/live-helper. + * examples/bpo.sources.list: + - Added. + * functions/defaults.sh: + - Setting LH_GENISOIMAGE on ubuntu to legacy mkisofs. + * helpers/lh_clean: + - Added missing removal of generic source. + +2007-04-12 Daniel Baumann <daniel@debian.org> + + * helpers/lh_config, make-live: + - Adding --config. + * helpers/lh_binary_memtester86: + - Renamed to lh_binary_memtest, made more generic. + * functions/defaults.sh: + - Setting default distribution to etch until 2.6.20 has setteled in + unstable. + +2007-04-11 Daniel Baumann <daniel@debian.org> + + * Merging from sidux fllbuilder 1.0.4: + - functions/chroot: Added LH_DEBCONF_NOWARNINGS. + - helpers/lh_chroot_linuximage: Added additional options to + kernel-img.conf. + - helpers/lh_chroot_proc: Made binfmt umount conditional. + * contrib/grub-splash/*, templates/grub/splash.xpm.gz: + - Added. + * helpers/lh_binary_grub, lh_binary_syslinux: + - Added failsafe kernel entries. + * helpers/lh_chroot_apt: + - Using apt.conf.d also for apt, not just for aptitude. + - Minor code cleanup. + * helpers/lh_source_*: + - Minor code cleanup. + * helpers/lh_source_download: + - Added LIVE_BOOTLOADER to the list of source packages. + * contrib/grub-splash/*, templates/grub/splash.xpm.gz: + - Added. + +2007-04-10 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_includes, includes/*: + - Redone. + +2007-04-09 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_yaboot, templates/yaboot: + - Added. + +2007-04-09 Daniel Baumann <daniel@debian.org> + + * helpers/lh_config, make-live, functions/defaults.sh: + - Added mode to distinguish between Debian and Ubuntu. + * helpers/lh_chroot_sources: + - Added check for LIVE_MIRROR_BUILD* to be equal to + LIVE_MIRROR_IMAGE*. + * Uploaded 1.0~a5-1. + +2007-04-08 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_net: + - Added check for namespace collision with LIVE_SERVER_PATH. + * helpers/lh_binary_grub: + - Added functionality for usb|hdd images. + +2007-04-07 Daniel Baumann <daniel@debian.org> + + * helpers/lh_chroot_sources: + - Moved check for local source lists from + config/sources.lists.{build,image} to + config/chroot_sources/*.{build,image}. + - Added check for local gpg keys in + config/chroot_sources/*.{build,image}.gpg. + - Added check for local keyring packages in + config/chroot_sources/*.deb. + - Added LIVE_KEYRING_PACKAGES. + +2007-04-06 Daniel Baumann <daniel@debian.org> + + * functions/breakpoints.sh, helpers/*: + - Added initial breakpoints. + * functions/chroot.sh: + - Adding /usr/local to path. + * functions/lockfile.sh: + - Added additional signals to the trap. + * helpers/lh_binary_includes: + - Respect LIVE_INCLUDES=none. + * manpages/*: + - Updated. + +2007-04-05 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_grub, templates/grub/menu.lst: + - Added splash functionality. + * Uploaded 1.0~a4-1. + +2007-04-03 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_grub, lh_binary_grub: + - Added check for LIVE_TEMPLATES to be existing. + * helpers/lh_binary_includes: + - Added check for LIVE_INCLUDES to be existing. + +2007-04-02 Daniel Baumann <daniel@debian.org> + + * functions/*, helpers/*: + - Merged LIVE_SYSLINUX and LIVE_GRUB into LIVE_BOOTLOADER. + * helpers/lh_binary_iso: + - Added exclude for the bootloader from the iso image content. + +2007-04-01 Daniel Baumann <daniel@debian.org> + + * helper/lh_binary_grub: + - Added. + +2007-03-30 Daniel Baumann <daniel@debian.org> + + * helper/lh_chroot_localincludes: + - Fixed wrong path for hook removal. + +2007-03-29 Daniel Baumann <daniel@debian.org> + + * functions/common.sh, echo.sh: + - Added. + * doc/README, helpers/lh_source, manpages/lh_binary.1, live-helper.7: + - Added forgotten helpers. + * doc/FAQ: + - Added. + * lists/mini, minimal: + - Added --yes to apt call to make them non-interactive. + * manpages/lh_chroot.1: + - Added. + +2007-03-28 Daniel Baumann <daniel@debian.org> + + * helpers/lh_bootstrap_cdebootstrap, lh_bootstrap_debootstrap: + - Added --debug, --quiet, and --verbose. + +2007-03-27 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_linuximage, lh_binary_memtest86: + - Added missing Read_conffiles to fix foreign architecture builds. + +2007-03-26 Daniel Baumann <daniel@debian.org> + + * helpers/lh_bootstrap_cdebootstrap, lh_bootstrap_debootstrap, + lh_clean: + - Added routine to cache bootstrapped chroot as suggested by Kai + Hendry <hendry@iki.fi>. + * helpers/lh_chroot_rootfs: + - Fixed typo in net type. + * lists/gnome*, kde*, standard-x11, xfce*: + - Added menu. + +2007-03-26 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Fixed handling of desktop list variable loop. + * Uploaded 1.0~a3-1. + +2007-03-25 Daniel Baumann <daniel@debian.org> + + * functions/*, helpers/*: + - Renamed LIVE_FLAVOUR to LIVE_BOOTSTRAP_FLAVOUR. + - Renamed LIVE_PACKAGES_LIST to LIVE_PACKAGES_LISTS. + * functions/cache.sh: + - Added. + * helpers/lh_bootstrap_cdebootstrap: + - Added removal of cdebootstrap-helper-diverts. + * helpers/lh_binary_chroot: + - Added. + * helpers/lh_binary_rootfs: + - Moved filesystem routines into chroot. + * helpers/lh_chroot_localization, lh_chroot_localpackages, + lh_chroot_localpackageslists, lh_chroot_packages, + lh_chroot_packageslists, lh_chroot_tasks: + - Added check for LH_CACHE. + * helpers/lh_chroot_apt: + - Removing old apt.conf if existing as suggested by Ben Armstrong + <synrg@debian.org>. + * helpers/lh_chroot_hacks: + - Added check for already installed smbfs. + - Added check for already configured initramfs.conf as suggested by + Ben Armstrong <synrg@debian.org>. + * helpers/lh_chroot_interactive: + - Added. + * helpers/lh_chroot_tasks: + - Added routine for LH_APT=apt. + * lists/minimal-net: + - Minimized. + +2007-03-24 Daniel Baumann <daniel@debian.org> + + * functions/*, helpers/*, hooks/*: + - Added GPL blurb. + * functions/arguments.sh, helpers/*: + - Added common arguments. + * functions/arguments.sh, stagefile.sh, helpers/*, + manpages/live-helper.7: + - Added --force option. + * functions/defaults.sh, helpers/lh_binary_syslinux, lh_config, + make-live: + - Added LIVE_USERNAME and LIVE_HOSTNAME. + * helpers/lh_binary_linuximage, lh_binary_memtest86, + lh_binary_syslinux: + - Moved kernel directory to live. + * helpers/lh_clean: + - Added purge. + +2007-03-23 Daniel Baumann <daniel@debian.org> + + * helpers/make-live: + - Calling Arguments twice to catch case with non-default root. + +2007-03-22 Daniel Baumann <daniel@debian.org> + + * functions/default.sh, helpers/*: + - Renamed lh_chroot_packageslist to lh_chroot_packageslists and + lh_chroot_localpackageslist to lh_chroot_localpackageslists + * helpers/lh_binary_includes: + - Using LIVE_INCLUDES now. + * helpers/lh_chroot_apt: + - Added LH_APT_SECURE. + * helpers/lh_chroot_linuximage: + - Added check for LIVE_KERNEL_PACKGES=none to allow kernel packages as + local packages. + +2007-03-21 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_hdd, lh_binary_iso, lh_binary_net, lh_binary_usb: + - Checking earlier if there is something todo. + * helpers/lh_binary_linuximage, lh_binary_syslinux, + lh_chroot_linuximage, templates/syslinux/isolinux.cfg: + - Extended to support multiple kernels at once. + * helpers/lh_binary_includes, lh_binary_localincludes, + lh_chroot_localincludes: + - Replaced path with variable as suggested Kai Hendry <hendry@iki.fi>. + * helpers/lh_source_md5sum: + - Added. + * helpers/make-live: + - Added short options in ARGUMENTS. + * functions/defaults.sh, helpers/*: + - Renamed LIVE_KERNEL to LIVE_KERNEL_FLAVOUR. + - Renamed LIVE_MIRROR_LOCAL to LIVE_MIRROR_BUILD and + LIVE_MIRROR_GENERIC to LIVE_MIRROR_IMAGE. + +2007-03-20 Daniel Baumann <daniel@debian.org> + + * helpers/make-live: + - Fixed typo in ARGUMENTS. + +2007-03-19 Daniel Baumann <daniel@debian.org> + + * lists/gnome*, kde*, standard-x11, xfce*: + - Added alsa-base, alsa-oss, alsa-utils, and discover. + +2007-03-19 Daniel Baumann <daniel@debian.org> + + * Uploaded 1.0~a2-1. + +2007-03-18 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Quoted date call in LIVE_ISO_VOLUME. + * manpages/lh_clean.1: + - Added. + +2007-03-17 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh, helpers/*: + - Renamed LIVE_MIRROR to LIVE_MIRROR_LOCAL and LIVE_MIRROR_SECURITY + to LIVE_MIRROR_LOCAL_SECURITY. + * doc/examples/beryl-hook.sh: + - Added, submitted by Inigo Tejedor Arrondo <inigo@navarrux.org>. + * helpers/lh_config, make-live: + - Added check for newconfig to prevent overwriting of non-specified + options to default values. + * helpers/lh_chroot_localhooks: + - Added basename where needed. + * helpers/lh_chroot_sources: + - Added check for local sources.list in config for custom + repositories. + - Replaced security check for etch with check for not-unstable. + * manpages/lh_binary.1, lh_bootstrap.1, lh_bootstrap_cdebootstrap.1, + lh_bootstrap_debootstrap.1, lh_testroot.1: + - Added. + * templates/syslinux/pxlinux.cfg: + - Fixed path. + +2007-03-16 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_usb: Corrected stagefile creation. + +2007-03-15 Daniel Baumann <daniel@debian.org> + + * Makefile: + - Replaced helper uninstall routine with a less intrusive one. + * doc/NEWS: + - Updated. + * functions/conffile.sh: + - Beautified. + * functions/defaults.sh: + - Added LH_LOSETUP. + * functions/lockfile.sh: + - Beautified. + * helpers/*: + - Allowing apt-get, not just apt in LH_APT. + * helpers/lh_config: + - Added check for existing configuration. + * helpers/lh_binary_md5sum: + - Removed legacy code. + * helpers/lh_binary_manifest: + - Added creation of packages.txt. + * helpers/lh_binary_usb, lh_source_usb: + - Replaced loop device node workaround with a better one. + * helpers/lh_chroot_hooks, lh_chroot_localhooks: + - Fixed executable check. + * helpers/lh_source_config: + - Added. + * helpers/lh_source_download: + - Separeted debian sources and debian-live configuration into + different directories. + - Added live-helper to the sources. + * helpers/lh_source_generic, lh_source_iso, lh_source_usb, + lh_source_net: + - Removed annyoing warning when sources are disabled. + * helpers/lh_source_net: + - Beautified. + * helpers/make-live: + - Fixed typo in ARGUMENTS. + - Moved help, usage, version into functions. + - Removed build pre-option. + * manpages/live-helper.7: + - Added. + * templates/syslinux/f10.txt: + - Added note about Debian Live project. + +2007-03-14 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh, helpers/*: + - Converted LIVE_ROOT to directory, not full path. + * functions/*, helpers/*: + - Replaced LIVE_CHROOT with directory name. + * functions/conffile.sh: + - Added warning if CONFFILE is not readable. + * helpers/lh_chroot_localization: + - Completed check for koffice. + * helpers/lh_source_download: + - Fixed typo in old source removal. + +2007-03-14 Daniel Baumann <daniel@debian.org> + + * helpers/lh_chroot_hacks: + - Added removal of udev persistent-net rule. + * Uploaded 1.0~a1-3. + +2007-03-14 Daniel Baumann <daniel@debian.org> + + * functions/defaults.sh: + - Fixed setting of LIVE_SYSVINIT. + * helpers/lh_chroot_sysvinit: + - Changed check for LIVE_SYSVINIT from disabled to enabled. + * Uploaded 1.0~a1-2. + +2007-03-12 Daniel Baumann <daniel@debian.org> + + * Rewritten live-package. + * Uploaded 1.0~a1-1. diff --git a/docs/ChangeLog.live-package b/docs/ChangeLog.live-package new file mode 100644 index 000000000..03dba6415 --- /dev/null +++ b/docs/ChangeLog.live-package @@ -0,0 +1,474 @@ +2007-03-10 Daniel Baumann <daniel@debian.org> + + * Added knoppix and knoppix-dvd package lists. + +2007-03-09 Daniel Baumann <daniel@debian.org> + + * Getting free loopdevice from inside the chroot, not outside. + +2007-03-09 Daniel Baumann <daniel@debian.org> + + * Added kbd to all !minimal lists. + * Uploaded 0.99.25. + +2007-03-08 Otavio Salvador <otavio@debian.org> + + * helpers/lh_configapt: Fix aptitude configuration to really avoid + recommended packages to get installed. + * src/scripts/02defaults.sh: Export LIVE_ISOLINUX_SPLASH. + +2007-03-04 Daniel Baumann <daniel@debian.org> + + * Replaced removal of kernel on minimal flavours with excludes on the + mksquashfs call. + * Added LIVE_INCLUDE_CHROOT to the manual exported variables as reported + by Mathieu Geli <mathieu.geli@gmail.com>. + * Exported CODENAME_* manually as reported by Cédric Lucantis + <omer@no-log.org>. + * Fixed typo s/aptiude/aptitude/ as reported by Kai Hendry + <hendry@iki.fi>. + * Uploaded 0.99.24. + +2007-02-22 Daniel Baumann <daniel@debian.org> + + * Added xresprobe to all x11 lists. + +2007-02-22 Daniel Baumann <daniel@debian.org> + + * Applied patches from Otavio Salvador <otavio@debian.org>: + - add and cleanup variable exporting in defaults. + - add LIVE_BOOTSTRAP_CONFIG to lh_debootstrap. + * Uploaded 0.99.23. + +2007-02-21 Daniel Baumann <daniel@debian.org> + + * Added gnome-junior, kde-junior and xfce-junior lists. + * Uploaded 0.99.22. + +2007-02-19 Daniel Baumann <daniel@debian.org> + + * Fixed manifest. + +2007-02-15 Daniel Baumann <daniel@debian.org> + + * Applied patch from Sebastian Raveau <sebastien.raveau@epita.fr> to + add support for filesystem images encrypted with loop-aes. + +2007-02-13 Daniel Baumann <daniel@debian.org> + + * Broken out scripts into modularized lh_* subscripts. + +2007-02-12 Daniel Baumann <daniel@debian.org> + + * Added some code as suggested by Alex Owen <r.a.owen@qmul.ac.uk> to + check if the depends (syslinux, memtest etc.) are intentionally + installed in the chroot, and hence, don't remove them. + * Moved some depends into the chroot. + * Uploaded 0.99.21. + +2007-02-11 Daniel Baumann <daniel@debian.org> + + * Added mini flavour. + +2007-02-10 Daniel Baumann <daniel@debian.org> + + * Added legacy code for genisoimage. + * Uploaded 0.99.20. + +2007-02-09 Daniel Baumann <daniel@debian.org> + + * Added usb type. + +2007-02-08 Daniel Baumann <daniel@debian.org> + + * Added desktop task to the *-desktop flavours. + +2007-02-07 Daniel Baumann <daniel@debian.org> + + * Extended cron job a bit. + * Fixed manual pruning in minimal flavour as suggested by Bas Wijnen + <wijnen@debian.org> + +2007-02-02 Daniel Baumann <daniel@debian.org> + + * Added "--without-daemons". + +2007-02-01 Daniel Baumann <daniel@debian.org> + + * Added "--tasks". + * Added desktop-base to all desktop package lists. + +2007-01-31 Daniel Baumann <daniel@debian.org> + + * Changed vars in autobuilding script to be able to source + make-live.conf. + * Uploaded 0.99.19. + +2007-01-30 Daniel Baumann <daniel@debian.org> + + * Added cron job for autobuilding images. + +2007-01-25 Daniel Baumann <daniel@debian.org> + + * Added additional pruning to minimal flavour. + * Using interactive frontend while processing --hook. + * Uploaded 0.99.18. + +2007-01-24 Daniel Baumann <daniel@debian.org> + + * Applied patches from Otavio Salvador <otavio@debian.org>: + - adding "--keyring" flag. + - adding LIVE_DISK_VOLUME. + - adding start-stop-daemon wrapper to avoid daemons to be started. + - adding workaround to prevent binfmt locking /proc. + - adding LIVE_ISOLINUX_SPLASH. + * Uploaded 0.99.17. + +2007-01-19 Daniel Baumann <daniel@debian.org> + + * Replacing mkisofs with genisoimage. + +2007-01-18 Daniel Baumann <daniel@debian.org> + + * Cleanups. + * Uploaded 0.99.16. + +2007-01-16 Daniel Baumann <daniel@debian.org> + + * Switched default distribution back to unstable, as unstable is usable + again from the kernel point of view. + * Added file to the minimal package list. + * Uploaded 0.99.15. + +2007-01-04 Daniel Baumann <daniel@debian.org> + + * Added workaround for new xorg packages by including + xserver-xorg-input-all and xserver-xorg-video-all in all X11 package + lists. See #405639 for more information. + * Added xdebconfigurator to all X11 package lists. + * Adding workaround for initrd backup files. + +2006-11-06 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.14. + +2006-11-05 Daniel Baumann <daniel@debian.org> + + * Applied patch from Markus Bauer <bauer-markus@web.de>: + - fixing script sourcing to exclude files in .svn + +2006-11-03 Daniel Baumann <daniel@debian.org> + + * Fixed typo in the policy-rc.d hack. + +2006-11-02 Daniel Baumann <daniel@debian.org> + + * Using aptitude instead of apt-get. + * Added '--with-recommends' and '--without-recommends'. + +2006-11-01 Daniel Baumann <daniel@debian.org> + + * Fixed regression when using -d ${CODENAME} wrt/ kernel packages. + +2006-10-30 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.13. + +2006-10-29 Daniel Baumann <daniel@debian.org> + + * Added minimal-net flavour. + +2006-10-28 Daniel Baumann <daniel@debian.org> + + * Added console-common to standard selection. + +2006-10-27 Daniel Baumann <daniel@debian.org> + + * Added patch from Otavio Salvador <otavio@debian.org>: + - fixing preseeding error-handling. + +2006-10-26 Daniel Baumann <daniel@debian.org> + + * Added gnustep package selection based on the suggestion of + Guerkan Senguen <gurkan@linuks.mine.nu>. + +2006-10-25 Daniel Baumann <daniel@debian.org> + + * Applied patch from Marcelo D. Re <mdre@rectorado.unl.edu.ar>: + - skip deb-src source-list entries when building images with + --without-source. + * Applied patches from Otavio Salvador <otavio@debian.org>: + - adding '--bootstrap-config' to support cdebootstraps + '--suite-config'. + - allowing override of ${BASE}. + - adjust sourcing of scripts, so that only the real scripts are + sourced and not other (backup) files. + - allowing override of kernel-packages. + * Reverted mangling of LIVE_DISTRIBUTION for sources.list generation. + +2006-10-23 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.12. + +2006-10-18 Daniel Baumann <daniel@debian.org> + + * Autodetecting proxy now. + +2006-10-16 Daniel Baumann <daniel@debian.org> + + * Readded and slightly changed --clone and --preseed. + * Uploaded 0.99.11. + +2006-10-09 Daniel Baumann <daniel@debian.org> + + * Cleanups. + * Uploaded 0.99.10. + +2006-10-02 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.9. + +2006-10-01 Daniel Baumann <daniel@debian.org> + + * Added multiple repositories. + * Using LIVE_PROXY_* also for bootstraping. + +2006-09-27 Daniel Baumann <daniel@debian.org> + + * Changing manpage section. + +2006-09-26 Daniel Baumann <daniel@debian.org> + + * Added default flavour hooks. + * minimal flavour does not install debian-archive-keyring to save space. + * Adjusted network patch. + +2006-09-25 Daniel Baumann <daniel@debian.org> + + * Removed now unused initramfs-tools hack. + * Simplified xorg check based on distribution rather than version. + * Added fix from Bas Wijnen <wijnen@debian.org> for space handling in + arguments. + * Fixed package list handling similar to the fix suggested by Alex Owen + <r.alex.owen@gmail.com>. + * Uploaded 0.99.8. + +2006-09-24 Marco Amadori <marco.amadori@gmail.com> + + * 13hack.sh: initramfs-tools hack, check added for xorg. + +2006-09-18 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.7. + +2006-09-15 Daniel Baumann <daniel@debian.org> + + * Added eject to minimal package selection. + +2006-09-14 Daniel Baumann <daniel@debian.org> + + * Adjustements for linux 2.6.17 testing propagation. + +2006-09-11 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.6. + +2006-09-08 Marco Amadori <marco.amadori@gmail.com> + + * 23net.sh: Fixed binary missing directory creation. + * templates/iso: Moved common files to templates/common. + +2006-09-07 Daniel Baumann <daniel@debian.org> + + * Minor cleanups. + * Fixed dist target. + +2006-09-06 Marco Amadori <marco.amadori@gmail.com> + + * 14chroot.sh, main.sh: Added manifest support. + * 23net.sh: Added 2 variables for basenames to ease readability. + * main.sh, 02default.sh: Modified Usage() uses. + +2006-09-04 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.5. + +2006-09-03 Daniel Baumann <daniel@debian.org> + + * Added dist parameter to easily pull images for live.debian.net. + * Added "--output" to specify the image name prefix. + * Exclude iso templates for minimal flavour. + +2006-09-02 Daniel Baumann <daniel@debian.org> + + * Added experimental as distribution. + * Added source image generation. + * Using dpkg instead of dpkg-architecture, removed dpkg-dev dependency. + +2006-08-31 Daniel Baumann <daniel@debian.org> + + * Added "--disable-generic-indices" and "--enable-generic-indices". + * Fixed i18n lists. + * Rewritten all lists, comments are now possible. + * Lists must be now explicitly given with --package-list, no longer as + last argument of the make-live call. + * Setting default sources.list while the image generation, restoring + customized ones afterwards. + +2006-08-30 Daniel Baumann <daniel@debian.org> + + * Cleanups: + - moved 14patch_packages.sh to 13hack.sh. + - simplified 13hack.sh. + +2006-08-29 Marco Amadori <marco.amadori@gmail.com> + + * pxelinux.cfg: Updated to right defaults, first cifs then nfs or + select your favorite way. Rationale: /dev/nfs is for kernel + discovering, not for initramfs discover, casper will be just fine + with "netboot". + * 13chroot.sh, 14patch_packages.sh: Added a simple system for patching + packages, mainly for xserver-xorg so far. + +2006-08-28 Daniel Baumann <daniel@debian.org> + + * Updated documentation. + * Added patch from Alex Owen <r.a.owen@qmul.ac.uk> to update + pxelinux.cfg for NFS root in casper. + * Uploaded 0.99.4. + +2006-08-27 Daniel Baumann <daniel@debian.org> + + * Cleanups. + +2006-08-27 Marco Amadori <marco.amadori@gmail.com> + + * Added sysv init blocking policy. + +2006-08-22 Daniel Baumann <daniel@debian.org> + + * Reorganised sources. + * Added staging support. + * Cleaned up parameter names. + * testing is now supported. + +2006-08-21 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.3. + +2006-08-02 Marco Amadori <marco.amadori@gmail.com> + + * Rewrote netboot support. + * Added support for pure directory rootfs images. + +2006-07-31 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.2. + +2006-07-28 Daniel Baumann <daniel@debian.org> + + * Added DEBIAN_FRONTEND to chroots(), now completely non-interactive. + * Fixed wrong chroot patch. + +2006-07-27 Marco Amadori <marco.amadori@gmail.com> + + * Changed amd64 kernel naming scheme. + +2006-07-24 Daniel Baumann <daniel@debian.org> + + * Uploaded 0.99.1. + +2006-07-19 Daniel Baumann <daniel@debian.org> + + * Bugfixes. + +2006-07-18 Daniel Baumann <daniel@debian.org> + + * Added iso templates. + +2006-07-17 Daniel Baumann <daniel@debian.org> + + * Added chroot to 01-patch.sh. + * Added "--logfile". + * Uploaded 0.99. + +2006-07-01 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Added "--flavour". + +2006-06-28 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Added "--debug" and "--verbose". + +2006-06-23 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Rewritten manpages. + +2006-06-19 Marco Amadori <marco.amadori@gmail.com> + + * Added "--templates" options. + * Fixed some typos. + +2006-06-15 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * General fixes. + +2006-06-18 Marco Amadori <marco.amadori@gmail.com> + + * Added "-a|--architecture" and "-p|--package-list" options. + * Reworked how lists works. + +2006-06-15 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * General cleanup. + +2006-06-14 Marco Amadori <marco.amadori@gmail.com> + + * Re-added "-f|--filesystem". + +2006-06-12 Marco Amadori <marco.amadori@gmail.com> + + * Added "--conffile", "--preseed", "--clone", and "--rootfs" options. + +2006-06-12 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Added new splash.rle. + * Added memtest86+. + * Added "--distribution", and "--section" options. + * Moved /etc/default/make-live to /etc/make-live.conf. + +2006-06-11 Marco Amadori <marco.amadori@gmail.com> + + * Added handling of md5sums. + +2006-06-09 Marco Amadori <marco.amadori@gmail.com> + + * Added splashy support. + * Added ext2 rootfs support. + * Added external hook and path support. + * Swiched to getopt. + +2006-06-02 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Added patch from Jason D. Clinton <me@jasonclinton.com>: + - Added netboot flavour. + - Thanks to SafeDesk Solutions <http://www.safedesk.com/>. + +2006-06-01 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Moved syslinux inside the chroot. + +2006-05-31 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Added kde-*i18n and standard-i18n lists. + +2006-05-28 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Added patch from Frederic Lehobey <Frederic.Lehobey@free.fr>: + - Added locales to LIVE_PACKAGES. + - Added LIVE_MIRROR_KEY, LIVE_REPOSITORY, LIVE_REPOSITORY_KEY, and + LIVE_BOOTAPPEND. + +2006-05-27 Daniel Baumann <daniel.baumann@panthera-systems.net> + + * Initial release. diff --git a/docs/ChangeLog.live-webhelper b/docs/ChangeLog.live-webhelper new file mode 100644 index 000000000..b6e3df7bd --- /dev/null +++ b/docs/ChangeLog.live-webhelper @@ -0,0 +1,182 @@ +commit 1f4cf146edbd72a2d61ac2e60324d392569c9f24 +Author: Daniel Baumann <daniel@debian.org> +Date: Wed Oct 14 13:35:25 2009 +0200 + + Updating vcs fields. + +commit d1ab019de29691407e3bde1af2ff5efe9a284380 +Author: Richard Nelson <unixabg@gmail.com> +Date: Wed May 27 09:42:55 2009 -0500 + + Update quoting on variables for safety. + +commit 601b25634d291706fc477342b712554a54c42016 +Author: Richard Nelson <unixabg@gmail.com> +Date: Sat Mar 14 22:19:41 2009 -0500 + + update copyright years + +commit fed4e5adfd49b339bec16b0338b73f9f90ca40ce +Author: Richard Nelson <unixabg@gmail.com> +Date: Sat Mar 14 21:47:27 2009 -0500 + + Set lenny as defualt build + +commit 083a14f46cc1298b33908991dea145cf4ec7415d +Author: Richard Nelson <unixabg@gmail.com> +Date: Sun Nov 30 16:41:15 2008 -0600 + + Bug fix on usb-hdd builds. + +commit 7742576d3a9b84807c6456007ad3bc0147ca3024 +Author: Richard Nelson <unixabg@gmail.com> +Date: Thu Nov 27 22:44:51 2008 -0600 + + Remove -x flag left on cron during debug operations. + +commit 6817dca69fd0c53578c1e14c9c5333d5be94419d +Author: Richard Nelson <unixabg@gmail.com> +Date: Thu Nov 27 22:42:58 2008 -0600 + + Update to start using more live-helper functions. + +commit 649fc3a0fac8eae1b8a239a9ba250e89f4b89dfd +Author: Richard Nelson <unixabg@gmail.com> +Date: Wed Nov 26 22:13:57 2008 -0600 + + Update Copyright (C) to 2007-2008 + +commit 5449c921111b2f300006cc41d7b6582270959a82 +Author: Daniel Baumann <daniel@debian.org> +Date: Fri Nov 7 18:08:01 2008 +0100 + + Replacing obsolete dh_clean -k with dh_prep. + +commit cd7a4a353ae652a45057da5726467e23401be52d +Author: Richard Nelson <unixabg@gmail.com> +Date: Tue Nov 4 18:40:06 2008 -0600 + + Bug fix on custom bootstrap and custom binary. + +commit fc227fc32f06ba8e5af8c9ebdcd147f98790b6ea +Author: Richard Nelson <unixabg@gmail.com> +Date: Thu Oct 2 17:24:37 2008 -0500 + + Bug fix in netboot server and path. + +commit 446a99439bfee38c89615e1e24bb4729b2223e9e +Author: Richard Nelson <unixabg@gmail.com> +Date: Mon Sep 8 21:39:37 2008 -0500 + + Include common functions from live-helper for code reuse. + +commit 359e51591318966e97128b00bff38c62d07c6827 +Author: Richard Nelson <unixabg@gmail.com> +Date: Mon Sep 8 21:35:52 2008 -0500 + + Added test for unmounting devpts-live. + +commit 3fdcc59654986d57f014b6c6721b2a3abde2f722 +Author: Richard Nelson <unixabg@gmail.com> +Date: Mon Sep 8 21:29:41 2008 -0500 + + Local variable prefix with _ on VAR i.e. _VAR + +commit 4bbf10e31754f290d3aa0e158a45d09316487544 +Author: Richard Nelson <unixabg@gmail.com> +Date: Mon Sep 8 16:12:22 2008 -0500 + + Local variable LH_ removal/cleanup. + +commit 472a6a0825656fbc16f4df6cb19bb16e1df8605f +Author: Richard Nelson <unixabg@gmail.com> +Date: Mon Sep 8 16:02:36 2008 -0500 + + Minor local variable confusion for LH_ prefix cleanup. + +commit df23442fca1c727dd43ca1ea464b277e3617cb0f +Author: Richard Nelson <unixabg@gmail.com> +Date: Mon Sep 8 15:59:08 2008 -0500 + + Upgrade variables to have the LH_ prefix for LH_* variable, to work with the current live-helper version. + +commit f00e0cb212e0c84268e099ca35ca386982e4d82b +Author: Daniel Baumann <daniel@debian.org> +Date: Sun Sep 7 21:57:51 2008 +0200 + + Removing currently unused Upstream-Depends field in control. + +commit 4c85494fa2907a54dd99eaf17816a4d403ddb5bc +Author: Daniel Baumann <daniel@debian.org> +Date: Sun Sep 7 21:57:41 2008 +0200 + + Updating vcs fields in control file. + +commit eaf87ebd9f828740430cc60d3e9f201d88c67c25 +Author: Daniel Baumann <daniel@debian.org> +Date: Thu Aug 28 23:40:35 2008 +0200 + + Setting project email address to the new debian-live@lists.debian.org. + +commit 6fbca8e14be271dc62988d5555bba9f453ddbaa7 +Author: Daniel Baumann <daniel@debian.org> +Date: Wed Apr 23 18:50:17 2008 +0200 + + Updating Richards email address. + +commit 25e1e7bc4f6a095aaf248a80aeaa3795f4a3e3a9 +Author: Daniel Baumann <daniel@debian.org> +Date: Tue Oct 30 11:04:42 2007 +0100 + + Correcting vcs fields. + +commit c49d9ff77bd5be73d5367fd567a9e39fccf78410 +Author: Daniel Baumann <daniel@debian.org> +Date: Wed Oct 3 09:11:29 2007 +0200 + + Fixing wrong homepage field. + +commit 8e01ba16a737d04a0367ecf1d4f3d7f80437fe97 +Author: Daniel Baumann <daniel@debian.org> +Date: Sun Sep 23 16:04:04 2007 +0200 + + Using new Homepage field now. + +commit 49ca83a4d57051b2b4b4b950178063c6df25e222 +Author: Daniel Baumann <daniel@debian.org> +Date: Sun Sep 23 16:04:04 2007 +0200 + + Adding Upstream-Depends field. + +commit 39a9d3e82c71451734f0d4ddb630b67c9d55541a +Author: Daniel Baumann <daniel@debian.org> +Date: Sun Sep 23 16:04:04 2007 +0200 + + Moving from svn to git. + +commit 7e823babbe815bdf520becbfd6f4ccec814aa7e2 +Author: Daniel Baumann <daniel@debian.org> +Date: Sun Sep 23 16:04:03 2007 +0200 + + Removing not uploaded versions. + +commit 46e8777246485a15fc6d5a202a361662f4e724b5 +Author: Daniel Baumann <daniel@debian.org> +Date: Sun Sep 23 16:03:52 2007 +0200 + + Adding live-webhelper trunk 20070911. + +2007-07-19 Daniel Baumann <daniel@debian.org> + + * Introducing build modes. + +2007-07-14 Daniel Baumann <daniel@debian.org> + + * scripts/cgi: + - Quick fix in EMAIL. + +2007-06-04 Daniel Baumann <daniel@debian.org> + + * templates/form.html: + - Set default source image to 'generic'. + * Starting live-webhelper. diff --git a/docs/FAQ b/docs/FAQ new file mode 100644 index 000000000..7be46df8b --- /dev/null +++ b/docs/FAQ @@ -0,0 +1,70 @@ +Frequently Asked Questions (FAQ) +================================ + +Build Time +---------- + +Q: Is live-helper/make-live Debian specific? +A: live-helper supports Debian and Ubuntu right now. Adding automatic defaults + for other Debian derivatives is easy - let us know about them and we may + include it. + + +Q: How can I build images with an unprivileged user account? +A: You can use --root-command sudo or set LH_ROOT_COMMAND="sudo" in + config/common. + + *BIG* *FAT* *WARNING*: Building an image as non-root can make your image + different compared to a regular Debian system (different owners of files). It + is *NOT* recommended to build images as non-root. Do *NOT* use this feature + yet. + + +Q: How do I drop in to a shell during make-live chroot process? +A: Use "--interactive shell", then exit with 'logout' when you have made the + setting changes you want and the build process will continue. + + +Q: Where to set the username or the hostname? +A: casper uses default username 'casper' and hostname 'live'. You can specify + them by passing 'username=' and 'hostname=' as kernel parameters. + + live-helper automatically sets the username to 'user' and the hostname to + 'debian'. If you want to change this at build time, pass --username and + --hostname to make-live, or alter LIVE_USERNAME and LIVE_HOSTNAME in + config/image. + + +Q: How can I make my own grub bootsplash? +A: To add a grub splash screen, you can use --grub-splash FILE, or copy your + custom splash to config/binary_grub/splash.xpm.gz. + + Documentation about creating a bootsplash for grub can be found at: + <http://ruslug.rutgers.edu/~mcgrof/grub-images/> + + +Q: How can I make my own syslinux bootsplash? +A: To add a syslinux splash screen, you can use --syslinux-splash FILE, or copy + your custom splash to config/binary_syslinux/splash.rle. + + Documentation about creating a bootsplash for grub can be found at: + <http://www.sweb.cz/Frantisek.Rysanek/splash/isolinux-splash-HOWTO.html> + contrib/syslinux-splash/COPYING in the live-helper sources. + + Basically, you need to install netpbm and syslinux, and run this: + anytopnm < $your_splash > $your_splash.pnm + pnmcolormap 15 < $your_splash.pnm > $your_splash.map + pnmremap -map=$your_splash.map $your_splash.pnm | \ + ppmtolss16 '#ffffff=7' > splash.rle + + +Run Time +-------- + +Q: What is the root password? +A: There is none set. You can switch to root with 'sudo -i' or set a password + with 'sudo passwd'. + + +Q: What is the user password? +A: The password for the default user is 'live'. |