Builder for live images based on Debian
Go to file
Daniel Baumann 2e9433d58d Removing shell specific extensions and call of scripts/config and scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>. 2011-03-09 19:09:41 +01:00
contrib Improved wording of debian-live splash license. 2011-03-09 19:01:38 +01:00
data/debian-cd Updating udeb data. 2011-03-09 19:03:45 +01:00
debian Updating year in copyright notices for 2009. 2011-03-09 19:09:40 +01:00
docs Setting project email address to the new debian-live@lists.debian.org. 2011-03-09 19:03:40 +01:00
examples Making sure that /tmp has the right permissions after installing sun-java*-doc through sun-java example hooks. Apparently, sun-java*-doc packages are tampering with it. 2011-03-09 19:09:40 +01:00
functions Automatically displaying manpage when calling a helper with -h or --help. 2011-03-09 19:09:40 +01:00
helpers Removing shell specific extensions and call of scripts/config and scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>. 2011-03-09 19:09:41 +01:00
hooks Updating year in copyright notices for 2009. 2011-03-09 19:09:40 +01:00
includes Updating cd includes. 2011-03-09 19:05:40 +01:00
lists Removing vim-tiny from minimal packages list, it's not a requirement for live-initramfs :) 2011-03-09 19:09:40 +01:00
manpages Adding simple manpages for every other live-helper command. 2011-03-09 19:09:40 +01:00
po Adding Echo function as translatable 2011-03-09 19:09:39 +01:00
templates Updating year in copyright notices for 2009. 2011-03-09 19:09:40 +01:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Adding dummy live-helper command to make any confused user aware that live-helper is a set of commands starting with the lh_ prefix. 2011-03-09 19:09:40 +01:00
functions.sh Including functions.sh, forgot to add it before. 2011-03-09 19:09:40 +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