live-build/scripts/build
Daniel Baumann 9a33f681fa Removing unecessary removal of apt preferences.
When we rebuild an image with changed local archives,
we would preferably remove the already existing preferences files.
However, there's no way to make sure that we remove enough or too
much, hence we don't remove any at all and stay with the dogma:

  "If you change something in the config tree affecting $stage,
   you need to rebuild that stage from scratch."

So for pinning changes for local archives, this means, since it's
affecting the chroot stage, we'll have to rebuild the chroot stage:

  "lb clean --chroot && lb chroot"
2012-10-25 14:00:36 +02:00
..
binary Including loadlin on d-i images on amd64 and i386. 2012-09-29 13:23:31 +02:00
binary_checksums Removing virtual-hdd image type. 2012-09-26 15:36:44 +02:00
binary_chroot Renaming config/binary_rootfs to simply config/rootfs. 2012-10-22 20:41:40 +02:00
binary_debian-installer Renaming progress mode to progress-linux to match the used naming scheme. 2012-10-25 13:36:18 +02:00
binary_disk Renaming progress mode to progress-linux to match the used naming scheme. 2012-10-25 13:36:18 +02:00
binary_grub Removing support for local grub/grub2 splash image and config manipulations, custom templates should be used instead. 2012-10-22 20:34:14 +02:00
binary_grub2 Removing support for local grub/grub2 splash image and config manipulations, custom templates should be used instead. 2012-10-22 20:34:14 +02:00
binary_hdd Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
binary_hooks Fixing execution of binary hooks. 2012-09-30 09:40:01 +02:00
binary_includes Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
binary_iso Renaming progress mode to progress-linux to match the used naming scheme. 2012-10-25 13:36:18 +02:00
binary_linux-image Removing virtual-hdd image type. 2012-09-26 15:36:44 +02:00
binary_loadlin Including loadlin on d-i images on amd64 and i386. 2012-09-29 13:23:31 +02:00
binary_manifest Removing virtual-hdd image type. 2012-09-26 15:36:44 +02:00
binary_memtest Removing virtual-hdd image type. 2012-09-26 15:36:44 +02:00
binary_netboot Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
binary_package-lists If --build-with-chroot is false, run ! lines in package-lists in the host system. 2012-09-30 09:38:17 +02:00
binary_rootfs Renaming config/binary_rootfs to simply config/rootfs. 2012-10-22 20:41:40 +02:00
binary_silo Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
binary_syslinux Renaming progress mode to progress-linux to match the used naming scheme. 2012-10-25 13:36:18 +02:00
binary_tar Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
binary_win32-loader Updating win32-loader inclusion handling. 2012-09-29 13:08:14 +02:00
binary_yaboot Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
binary_zsync Only producing zsync files for iso and iso-hybrid images. 2012-09-30 17:34:08 +02:00
bootstrap Renaming progress mode to progress-linux to match the used naming scheme. 2012-10-25 13:36:18 +02:00
bootstrap_cache Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
bootstrap_cdebootstrap Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
bootstrap_debootstrap Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
build Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_apt Renaming progress mode to progress-linux to match the used naming scheme. 2012-10-25 13:36:18 +02:00
chroot_archives Removing unecessary removal of apt preferences. 2012-10-25 14:00:36 +02:00
chroot_cache Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_debianchroot Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_devpts Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_dpkg Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_hacks Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_hooks Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_hostname Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_hosts Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_includes Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_install-packages Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_interactive Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_linux-image Removing intel-microcode special handling in chroot_linux-image, microcode packages are already included automatically anyway. 2012-09-26 14:43:17 +02:00
chroot_live-packages Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_package-lists If --build-with-chroot is false, run ! lines in package-lists in the host system. 2012-09-30 09:38:17 +02:00
chroot_preseed Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_proc Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_resolv Adding slightly modified patch from Adam Conrad <adconrad@ubuntu.com> to remove resolvconf artifacts. 2012-09-30 09:43:58 +02:00
chroot_selinuxfs Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_sysfs Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_sysv-rc Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_tmpfs Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
chroot_upstart Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
clean Avoiding warnings when checking for arguments in clean. 2012-09-30 20:29:55 +02:00
config Addin missing comma in the long debootstrap-options that caused an unrecognized option message. 2012-10-24 14:18:26 +02:00
source Removing virtual-hdd image type. 2012-09-26 15:36:44 +02:00
source_checksums Also use .contents suffix for file list of sources images like for binary images, rather than the old .list suffix. 2012-10-01 03:42:20 +02:00
source_debian Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
source_debian-live Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
source_disk Renaming progress mode to progress-linux to match the used naming scheme. 2012-10-25 13:36:18 +02:00
source_hdd Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
source_iso Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
source_tar Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00
testroot Dropping lb prefix from live-build scripts, not needed anymore. 2012-08-27 16:05:49 +02:00