live-build/helpers
Chris Lamb 44fefdf1d3 Additionally save the 'scripts/' subdirectory if it contains files when building source images. 2011-03-09 19:03:42 +01:00
..
lh Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00
lh_binary Ensure the binary image does not inherit the binary stage's APT settings. 2011-03-09 19:03:39 +01:00
lh_binary_chroot Adding last modifications in order to have localization fully working in live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff. 2011-03-09 19:03:38 +01:00
lh_binary_debian-installer Support expanding wildcards in udeb excludes. 2011-03-09 19:03:40 +01:00
lh_binary_disk Add "/.disk" metadata on usb-hdd images. 2011-03-09 19:03:41 +01:00
lh_binary_encryption Making lh_binary_usb-hdd messages translatable. 2011-03-09 19:03:39 +01:00
lh_binary_grub Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by sed, not the shell. 2011-03-09 19:03:40 +01:00
lh_binary_includes Moving win32-loader inclusion support from external hook into main program (Closes: #476546). 2011-03-09 19:03:39 +01:00
lh_binary_iso Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_binary_linux-image Add support for the sparc architecture. 2011-03-09 19:03:35 +01:00
lh_binary_local-hooks Replacing file checking with ls by function calls 2011-03-09 19:03:37 +01:00
lh_binary_local-includes Replacing file checking with ls by function calls 2011-03-09 19:03:37 +01:00
lh_binary_local-packageslists Replacing file checking with ls by function calls 2011-03-09 19:03:37 +01:00
lh_binary_manifest Also copying binary package list to build directory. 2011-03-09 19:03:32 +01:00
lh_binary_md5sum Use "find -path" for matching "path/to/file" files (Closes: #476206) 2011-03-09 19:03:32 +01:00
lh_binary_memtest Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_net Adding last modifications in order to have localization fully working in live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff. 2011-03-09 19:03:38 +01:00
lh_binary_rootfs Refactor partition size calculation, ensuring a uniform increase for ext partitions. 2011-03-09 19:03:41 +01:00
lh_binary_silo Add support for generation of sparc netboot images. 2011-03-09 19:03:36 +01:00
lh_binary_syslinux Standardise on appending " (fail-safe mode)" for all bootloaders. 2011-03-09 19:03:41 +01:00
lh_binary_tar Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_binary_usb-hdd Simplyfing partition size check when enforcing fat32. 2011-03-09 19:03:41 +01:00
lh_binary_yaboot Fix d-i locations in yaboot entries. 2011-03-09 19:03:35 +01:00
lh_bootstrap Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_bootstrap_cache Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_bootstrap_cdebootstrap Replace spaces in LH_BOOTSTRAP_{IN,EX}CLUDE variables with commas on use. Thanks to Cyril Brulebois <cyril.brulebois@kerlabs.com>. (Closes: #490114) 2011-03-09 19:03:36 +01:00
lh_bootstrap_copy Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <ant+bdo@hsg-kl.de>. (Closes: #498385) 2011-03-09 19:03:42 +01:00
lh_bootstrap_debootstrap Replace spaces in LH_BOOTSTRAP_{IN,EX}CLUDE variables with commas on use. Thanks to Cyril Brulebois <cyril.brulebois@kerlabs.com>. (Closes: #490114) 2011-03-09 19:03:36 +01:00
lh_build Call "Check_defaults" in lh_build. 2011-03-09 19:03:37 +01:00
lh_chroot Don't install lists from chroot_local-packageslists without them being specified in LH_PACKAGES_LISTS (Closes: #490755) 2011-03-09 19:03:40 +01:00
lh_chroot_apt Preserve changed apt settings (pdiffs, recommends, and secure) in binary image (Closes: #494640). 2011-03-09 19:03:40 +01:00
lh_chroot_cache Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_debianchroot Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_devpts Improving check for a mounted chroot/dev/pts to cover all terminals, not just the 0th (Closes: #459697, #459779). 2011-03-09 19:03:40 +01:00
lh_chroot_dpkg Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hacks Replacing Chroot(); call for removing the udev persistent-net rules with a direct rm call to avoid beeing expanded by the shell based on the build systems files. 2011-03-09 19:03:40 +01:00
lh_chroot_hooks Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hostname Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hosts Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_install-packages Always create stagefile for chroot_install-packages and require it for lh_source 2011-03-09 19:03:38 +01:00
lh_chroot_interactive Making lh_chroot_interactive and lh_source_usb-hdd messages translatable. 2011-03-09 19:03:39 +01:00
lh_chroot_linux-image Install most chroot packages in one ${LH_APT} call (Closes: #475739) 2011-03-09 19:03:32 +01:00
lh_chroot_local-hooks Replacing file checking with ls by function calls 2011-03-09 19:03:37 +01:00
lh_chroot_local-includes Replacing file checking with ls by function calls 2011-03-09 19:03:37 +01:00
lh_chroot_local-packages Replacing file checking with ls by function calls 2011-03-09 19:03:37 +01:00
lh_chroot_local-patches Adding last modifications in order to have localization fully working in live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff. 2011-03-09 19:03:38 +01:00
lh_chroot_local-preseed Replacing file checking with ls by function calls 2011-03-09 19:03:37 +01:00
lh_chroot_localization Some formating and style cleanups. 2011-03-09 19:03:32 +01:00
lh_chroot_packages Install most chroot packages in one ${LH_APT} call (Closes: #475739) 2011-03-09 19:03:32 +01:00
lh_chroot_packageslists Tidy calls to new Expand_packagelist 2011-03-09 19:03:32 +01:00
lh_chroot_preseed Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_proc Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_resolv Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_sources Adding explicit --yes to apt-get call when installing keyring packages (previously, this was inherited through Apt(); wrapper) (Closes: #499625). 2011-03-09 19:03:42 +01:00
lh_chroot_symlinks Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_sysfs Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_sysv-rc Remove more imported whitespaces. 2011-03-09 19:03:35 +01:00
lh_chroot_sysvinit Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_tasks Using one single packages cache directory for all chroot packages. 2011-03-09 19:03:32 +01:00
lh_clean Correcting wrong logic in lh_cleans check for beeing in the config directory or not (in order to prevent accidental cleaning by the user). 2011-03-09 19:03:41 +01:00
lh_config Splitted "longoptions" in various lines. 2011-03-09 19:03:42 +01:00
lh_local Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00
lh_source Always create stagefile for chroot_install-packages and require it for lh_source 2011-03-09 19:03:38 +01:00
lh_source_debian Add silo to sparc source package selection. 2011-03-09 19:03:41 +01:00
lh_source_debian-live Additionally save the 'scripts/' subdirectory if it contains files when building source images. 2011-03-09 19:03:42 +01:00
lh_source_disk Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_source_iso Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_source_md5sum Sorting image file lists. 2011-03-09 19:03:32 +01:00
lh_source_net Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_source_tar Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_source_usb-hdd Refactor partition size calculation, ensuring a uniform increase for ext partitions. 2011-03-09 19:03:41 +01:00
lh_testroot Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00