summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-06-11Always disable dpkg sync, we only support squeeze and newer anyway.Daniel Baumann
2011-06-11Correcting indenting for dpkg sync configuration file.Daniel Baumann
2011-06-11Use dpkg --force-unsafe-io if available (Closes: #630043).Colin Watson
2011-06-11Removing unmaintained chroot_localization script.Daniel Baumann
The chroot_localization script did two things: * contain a hardcoded list for a couple of packages->l10n-packages * (supposed) to set the locales boot parameter correct. While the first was totally outdated and is a thing that needs to be constantly updated for changes in debian (and nobody wants to do that) and it's a broken approach anyway, the second is useless since we're using syslinux-themes packages anyway.
2011-06-11Dropping handling of --packages in order to simply things handle packages ↵Daniel Baumann
scheduled for installation through package lists only.
2011-06-11Don't try to install standard task on anything but ubuntu.Daniel Baumann
2011-06-08Make --initramfs none work more consistently (Closes: #627887).Colin Watson
2011-06-08Use mkfs.ext2/mkfs.ext2 instead of genext2fs (Closes: #629533).Colin Watson
2011-06-03Updating grub paths for d-i files (Closes: #627695).Daniel Baumann
2011-06-03Removing unused and not really usefull bootstrap-script option (Closes: ↵Daniel Baumann
#603114). This option was not used anyway, and, it's actually not much of the business of live-build anyway. People for custom distributions that can not use the debian default scripts ship their own patched debootstrap, and then you don't need the option anymore.
2011-06-03Fixing ext2/ext3 case in lb_binary_rootfs to work with --build-with-chroot ↵Colin Watson
false (Closes: #627902).
2011-06-03Moving 'default' hooks for minimal and stripped to example hooks, they will ↵Daniel Baumann
have to be enabled manually now (Closes: #627183). Previously, there were a couple of hooks that were automatically run for some image flavours. This came back from the old days when we had to deconfigure gdm and enable kdm explicitly for kde images. After lenny, this hack was not needed anymore, and there's not much sense to keep the mechanism in place at all. Better, let's treat all images the same way wrt/ hooks and don't do special automagics. The only images that is of concern of are minimal and stripped which we don't build by default anyway. This also stopps confusing others.
2011-06-03Restoring excludes functionality for mksquashfs. This was present some time ↵Daniel Baumann
ago but then got removed.
2011-05-21Fix duplicate deconfiguration of apt, upstart, and sysv-rc if ↵Colin Watson
build-with-chroot is false (Closes: #627406).
2011-05-18Be more careful with subshells (Closes: #623356).liandro sg
2011-05-16Allow installing tasks using apt-get, and do so by default for Ubuntu ↵Colin Watson
(Closes: #626940).
2011-05-15Correct derivative main sources.list entries.Daniel Baumann
2011-05-15Avoid wrong security mirrors when building for artax-backports.Daniel Baumann
2011-05-15Don't add security repository for wheezy.Daniel Baumann
2011-05-15Using gdm3 for wheezy instead of gdm.Ben Armstrong
2011-05-12Updating url for debian-installer daily-images.Daniel Baumann
2011-04-29Enabling xz compression by default for artax-backports.Daniel Baumann
2011-04-23Moving installation of tasks behind package and package lists installation; ↵Daniel Baumann
the tasks should only 'fill-up' with what has not already been provided by packages or package lists.
2011-04-23Moving apt pinning workaround to the correct place.Daniel Baumann
2011-04-23Making apt calls a bit more consistent over the different scripts.Daniel Baumann
2011-04-23Removing kernel-img.conf handling for lenny and older.Daniel Baumann
2011-04-23Adding workaround for apt not respecting pinning on the fly.Daniel Baumann
2011-04-22Adding temporary hack for progress until multistrap can be used for ↵Daniel Baumann
bootstrapping.
2011-03-24Correcting repository handling for live.debian.net wrt/ derivatives.Daniel Baumann
2011-03-24Updating security archive entries for progress.Daniel Baumann
2011-03-24Removing obsolete debian-backports auto-configuration.Daniel Baumann
2011-03-24Adding parent-archive-areas.Daniel Baumann
2011-03-23Disabling kexec-tools by default in debian mode.Daniel Baumann
2011-03-21Setting partition flags after creating the filesystem, workaround for bug in ↵Daniel Baumann
parted where we result in having the partition type set to linux otherways, thanks to Cody A.W. Somerville <cody.somerville@canonical.com> for the idea.
2011-03-10Fixing lb_chroot_upstart to use correct path to initctl.Cody A.W. Somerville
2011-03-09Correcting release filename when caching indices (Closes: #613895).Steven Shiau
2011-03-09Correcting udeb download for derivatives to only fall back to debians ↵Daniel Baumann
repository if required to.
2011-03-09Correcting typo in derivatives check when fetching d-i components.Daniel Baumann
2011-03-09Making sure to correctly deference syslinux theme files when building chrooted.Daniel Baumann
2011-03-09Correcting quoting of apt-options in derivatives upgrade hack.Daniel Baumann
2011-03-09Adding multi-repository support for debian-installer udebs at build-time.Daniel Baumann
2011-03-09Adding mirror handling for derivatives.Daniel Baumann
2011-03-09Adding mirror option handling for derivatives.Daniel Baumann
2011-03-09Renaming mirror options to parent mirror for handling derivatives nice in ↵Daniel Baumann
future.
2011-03-09Adding initial support for parent distribution for debian-installer.Daniel Baumann
2011-03-09Updating upstart support addition to current coding style.Daniel Baumann
2011-03-09Upstart initsystem support.Marco Amadori
2011-03-09Adding initial support for making initsystem configurable.Daniel Baumann
2011-03-09Removing legacy handling for lenny in grub2 handling of lb_binary_iso.Daniel Baumann
2011-03-09Support for newer grub-common package.Luigi Capriotti
A recent change in grub-common package (#584415) has mandated the use of a destination format in calls to grub-mkimage, a parameter that was not previously supported.