Builder for live images based on Debian
Go to file
Daniel Baumann ea91231cba Using ftp.us.debian.org rather than ftp.debian.org, see http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html. 2008-01-16 12:58:07 +01:00
contrib Adding contrib/graph-helpers/*. 2007-09-23 14:05:13 +02:00
data/debian-cd Adding live-helper 1.0~a27-1. 2007-09-23 10:05:21 +02:00
debian Fixing changelog. 2008-01-15 08:10:12 +01:00
docs Releasing live-helper 1.0~a29-1. 2007-09-23 16:54:07 +02:00
examples Adding example binary hook to copy live-helper and its config based on the idea from Tzafrir Cohen <tzafrir.cohen@xorcom.com>. 2007-12-22 09:26:47 +01:00
functions Using ftp.us.debian.org rather than ftp.debian.org, see http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html. 2008-01-16 12:58:07 +01:00
helpers Checking for /sys/class rather than /sys/kernel, avoids problem when running under OpenVZ which doesn't have sys/kernel, thanks to Takeshi Yaegashi <yaegashi@debian.org>. 2008-01-16 10:24:23 +01:00
hooks Don't prompt when autoremoving packages in minimal hooks. 2008-01-15 01:34:01 +00:00
includes Adding live-helper 1.0~a19-1. 2007-09-23 10:05:15 +02:00
lists Use C-style 'include' in lists (backwards compatible). 2008-01-16 10:19:10 +01:00
manpages Preparing live-helper 1.0~a38-1. 2007-11-19 18:07:35 +01:00
templates Remove trailing newline from syslinux splash screens. (Closes: #457740) 2008-01-15 20:01:41 +00:00
COPYING Switching to GPL3+. 2007-12-22 09:45:48 +01:00
Makefile Fixing typing error in Makefile. 2007-11-19 18:07:55 +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