live-build/helpers
Chris Lamb 382d244050 Always add our apt_preference(5) pinning stanza when using local-packages.
This mostly reverts my most recent chroot_local-packages/preferences commit
as I found problems when re-running parts of the build: as the pinning
stanza was removed, calls to "apt-get upgrade" from within live-helper
would remove replacement packages placed in chroot_local-packages.

This isn't 100% foolproof - running apt-get upgrade on the binary image may
still attempt to remove replacement packages (heavy users of this should
probably be using their own repo for this sort of thing anyway).
2011-03-09 19:03:37 +01:00
..
lh Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00
lh_binary Add support for the sparc architecture. 2011-03-09 19:03:35 +01:00
lh_binary_chroot Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_debian-installer Test whether to use hard-links when caching d-i downloads. 2011-03-09 19:03:37 +01:00
lh_binary_disk Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_encryption Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_grub Correct d-i kernel and initrd locations in grub entries. Thanks to Jun NOGATA <nogajun@gmail.com> for the patch. (Closes: #490245) 2011-03-09 19:03:37 +01:00
lh_binary_includes Re-order a case statement for consistency. 2011-03-09 19:03:36 +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 Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_binary_local-includes Making check for local-includes silent. 2011-03-09 19:03:37 +01:00
lh_binary_local-packageslists Ensure apt-utils is installed in the helpers it is required. 2011-03-09 19:03:35 +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 Add support for generation of sparc netboot images. 2011-03-09 19:03:36 +01:00
lh_binary_rootfs Revert aborting live d-i installation if minimal/stripped is selected and instead attempt to not break the chroot too much in this case 2011-03-09 19:03:35 +01:00
lh_binary_silo Add support for generation of sparc netboot images. 2011-03-09 19:03:36 +01:00
lh_binary_syslinux Consolidate grep text searching predicates to use "grep -qs" 2011-03-09 19:03:35 +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 Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +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 Remove more imported whitespaces. 2011-03-09 19:03:35 +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 Add lh_chroot_local-patches helper to apply local patches against chroot. 2011-03-09 19:03:37 +01:00
lh_chroot_apt Always add our apt_preference(5) pinning stanza when using local-packages. 2011-03-09 19:03:37 +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 Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_dpkg Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_hacks Using new Read_conffile(); now. 2011-03-09 19:03:31 +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 add our apt_preference(5) pinning stanza when using local-packages. 2011-03-09 19:03:37 +01:00
lh_chroot_interactive Using new Read_conffile(); now. 2011-03-09 19:03:31 +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 Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_chroot_local-includes Making check for local-includes silent. 2011-03-09 19:03:37 +01:00
lh_chroot_local-packages Install most chroot packages in one ${LH_APT} call (Closes: #475739) 2011-03-09 19:03:32 +01:00
lh_chroot_local-packageslists Tidy calls to new Expand_packagelist 2011-03-09 19:03:32 +01:00
lh_chroot_local-patches Making check for local-patches silent. 2011-03-09 19:03:37 +01:00
lh_chroot_local-preseed lh_chroot_local-preseed: fix minor typo 2011-03-09 19:03:32 +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 Ensure packages in config/chroot_local-packages override all others. 2011-03-09 19:03:37 +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 Additionally clean md5sum.txt temporary file. 2011-03-09 19:03:37 +01:00
lh_config Improving message when using default values in /etc/default/live-helper. 2011-03-09 19:03:37 +01:00
lh_local Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00
lh_source Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00
lh_source_debian Remove more imported whitespaces. 2011-03-09 19:03:35 +01:00
lh_source_debian-live Consolidate grep text searching predicates to use "grep -qs" 2011-03-09 19:03:35 +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 Migrate a few uses of grep to In_list. 2011-03-09 19:03:36 +01:00
lh_testroot Using new Read_conffile(); now. 2011-03-09 19:03:31 +01:00