Builder for live images based on Debian
Go to file
Daniel Baumann fd05de06ea Changing binary indices behaviour as suggested by Ben Armstrong <synrg@debian.org>, means we're now including binary sources by default (unless they are the same as chroot ones), and binary indices now only controls if apt lists need to be included in the resulting binary image. 2010-01-31 17:07:35 +01:00
contrib Renaming categories to archive areas (Closes: #519690). 2009-11-22 14:38:00 +01:00
data/debian-cd Dropping etch support. 2009-11-22 14:44:27 +01:00
debian Releasing debian version 2.0~a6-1. 2010-01-31 14:20:48 +01:00
docs Renaming categories to archive areas (Closes: #519690). 2009-11-22 14:38:00 +01:00
examples Adding update-alternatives call to set sun-java as default java in sun-java example hook. 2010-01-31 14:19:45 +01:00
functions Updating defaults for kernel packages to not include separate aufs-modules for squeeze, not needed anymore. 2010-01-31 14:18:54 +01:00
helpers Changing binary indices behaviour as suggested by Ben Armstrong <synrg@debian.org>, means we're now including binary sources by default (unless they are the same as chroot ones), and binary indices now only controls if apt lists need to be included in the resulting binary image. 2010-01-31 17:07:35 +01:00
hooks Renaming categories to archive areas (Closes: #519690). 2009-11-22 14:38:00 +01:00
includes Dropping etch support. 2009-11-22 14:44:27 +01:00
lists Updating packages list for powerpc. 2010-01-31 14:19:21 +01:00
manpages Adjusting lh_config manpage to reflect changes wrt/ local packages lists. 2010-01-14 18:42:56 +01:00
po Renaming categories to archive areas (Closes: #519690). 2009-11-22 14:38:00 +01:00
templates Removing obsolete parameter.txt for etchs casper. 2009-11-22 14:45:52 +01:00
COPYING Renaming categories to archive areas (Closes: #519690). 2009-11-22 14:38:00 +01:00
Makefile Installing helpers to /usr/share/live-helper/helpers instead of /usr/bin. 2009-11-22 14:38:33 +01:00
live-helper.sh Renaming directory that holds automatic scripts (e.g. scripts/config or scripst/clean) to auto for consistency reasons. 2010-01-11 23:59:22 +01:00

docs/README

  * lh_config

  * lh_bootstrap
      |_ lh_cdebootstrap
      |_ lh_debootstrap

  * lh_chroot
      |_ lh_chroot_proc install
      |_ lh_chroot_sysfs install
      |_ lh_chroot_debianchroot install
      |_ lh_chroot_sysvrc install
      |_ lh_chroot_hosts install
      |_ lh_chroot_resolv install
      |_ lh_chroot_apt install
      |_ lh_chroot_sources install
      |_ lh_chroot_linux-image install
      |
      |_ lh_chroot_tasks
      |_ lh_chroot_packageslists
      |_ lh_chroot_packages
      |_ lh_chroot_localpackages
      |_ lh_chroot_localpackageslists
      |_ lh_chroot_localization
      |_ lh_chroot_hacks
      |_ lh_chroot_local-includes
      |_ lh_chroot_sysvinit
      |_ lh_chroot_hooks
      |_ lh_chroot_localhooks
      |_ lh_chroot_symlinks
      |_ lh_chroot_interactive
      |
      |_ lh_chroot_linux-image remove
      |_ lh_chroot_sources remove
      |_ lh_chroot_apt remove
      |_ lh_chroot_resolv remove
      |_ lh_chroot_hosts remove
      |_ lh_chroot_sysvrc remove
      |_ lh_chroot_debianchroot remove
      |_ lh_chroot_sysfs remove
      |_ lh_chroot_proc remove

  * lh_binary
      |_ lh_binary_chroot
      |
      |_ lh_chroot_proc install
      |_ lh_chorot_sysfs install
      |_ lh_chroot_hosts install
      |_ lh_chroot_resolv install
      |_ lh_chroot_sources install
      |
      |_ lh_binary_rootfs
      |_ lh_binary_manifest
      |_ lh_binary_encryption
      |
      |_ lh_binary_linux-image
      |_ lh_binary_memtest86
      |_ lh_binary_grub
      |_ lh_binary_syslinux
      |_ lh_binary_includes
      |_ lh_binary_local-includes
      |_ lh_binary_md5sum
      |
      |_ lh_binary_hdd
      |_ lh_binary_iso
      |_ lh_binary_net
      |_ lh_binary_usb-hdd
      |
      |_ rm -f .stage/chroot_sources
      |_ lh_chroot_resolv remove
      |_ lh_chroot_hosts remove
      |_ lh_chroot_sysfs remove
      |_ lh_chroot_proc remove

  * lh_source
      |_ lh_chroot_hosts install
      |_ lh_chroot_resolv install
      |_ lh_chroot_sources install
      |
      |_ lh_source_config
      |_ lh_source_download
      |_ lh_source_md5sum
      |
      |_ lh_source_generic
      |_ lh_source_hdd
      |_ lh_source_iso
      |_ lh_source_net
      |_ lh_source_usb-hdd
      |
      |_ rm -f .stage/chroot_sources
      |_ lh_chroot_resolv remove
      |_ lh_chroot_hosts remove

  * lh_clean