summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
AgeCommit message (Collapse)Author
2011-03-09Dropping lh_ prefix from internal helpers, this is not user visible.Daniel Baumann
2011-03-09Handling d-i required packages regarding kernel flavours differently on ubuntu.Daniel Baumann
2011-03-09For consistency, using true|false instead of enabled|disabled in ↵Daniel Baumann
configuration options.
2011-03-09Removing lpia support, this architecture is dead.Daniel Baumann
2011-03-09Dropping etch support.Daniel Baumann
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann
2011-03-09Add option to disable use of GTK debian-installer.Cody A.W. Somerville
Adding the ability to disable use of the GTK graphical debian-installer is handy either to reduce the size of the images or if the necessary files aren't available.
2011-03-09Remove potentially-expanding architecture list by making current x86 vars ↵Chris Lamb
the fallback.
2011-03-09Cosmetical simplification of debian-installer DESTDIR assignement, thanks to ↵Daniel Baumann
Cody A.W. Somerville <cody.somerville@canonical.com>.
2011-03-09Exclude di-utils-exit-installer from udeb_exclude, we want it on the images ↵Daniel Baumann
on purpose.
2011-03-09Update location of ia64 d-i dailies. Thanks to Luk Claes.Chris Lamb
2011-03-09Simplyfing architecture handling for d-i daily URLs.Daniel Baumann
2011-03-09Updating location of powerpc d-i daily images.Daniel Baumann
2011-03-09Adding lpia support.Cody A.W. Somerville
2011-03-09Do not fail build when greps to generate udeb exclusion list return no ↵Cody A.W. Somerville
results or grepped files do not exist.
2011-03-09Updating first bunch of architectures to new location of d-i daily images.Daniel Baumann
2011-03-09Adding initial support for virtual-hdd binary image type.Daniel Baumann
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann
2011-03-09Using common function file to source shell includes.Daniel Baumann
2011-03-09Removing enforced installation of mawk in the chroot in ↵Daniel Baumann
lh_binary_debian-installer, mawk is priority required and therefore always there anyway. Additionally, this would unnecessarily blow up images that have gawk (or any other awk implementation) installed.
2011-03-09Actually doing apt-ftparchive operations in chroot as it was originally ↵Daniel Baumann
intended to be, otherwise apt-utils would be need to be a depends of live-helper.
2011-03-09Translating the description of the helpersAntonio Terceiro
2011-03-09Don't break messages into parts; this make it impossible for translatorsAntonio Terceiro
2011-03-09NEW: "binary_debian-installer-includes" config directory.Marco Amadori
This add another "-includes" power to live-helper, just leave your full path files there and they will end on the installer initrd. This is mostly useful for hacking the installer images with themes, firmware and new installation helpers. "This doesn't handle the case where you want to remove files or programmatically modify things" yet.
2011-03-09Generalizing internal LH_QUIET variable.Daniel Baumann
2011-03-09Generalizing internal LH_DEBUG variable.Daniel Baumann
2011-03-09Adding armel to architecture specific checks.Daniel Baumann
2011-03-09Generalizing internal Chroot(); by requiring its first argument to be the ↵Daniel Baumann
chroot directory.
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann
2011-03-09Ensure lh_binary_debian-installer includes local debs (Closes: #502877)Marco Amadori
* fixed some path references to the "config" directory.
2011-03-09Enforcing lh_config to be run before lh_build, see also ↵Daniel Baumann
http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
2011-03-09Support expanding wildcards in udeb excludes.Chris Lamb
This was preventing "kernel-image-*" "exclude" entries from removing these packages. This saves about 5 MiB of space in all.
2011-03-09Remove pointless whitespace.Chris Lamb
2011-03-09Correct bogus path for d-i preseed files.Chris Lamb
2011-03-09Also allowing multiple preseeding files for netboot.Tiago Bortoletto Vaz
2011-03-09Allowing to use more than one preseeding file to be on the media.Tiago Bortoletto Vaz
2011-03-09Adding last modifications in order to have localization fully working in ↵Tiago Bortoletto Vaz
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-09Add busybox to DI_PACKAGES as its required to install kernels.Chris Lamb
2011-03-09Choose correct d-i install method for "live" and usb-hdd/tar image types.Chris Lamb
2011-03-09Don't duplicate .debs of packages in binary/pool that are installed via ↵Chris Lamb
live-installer. This saves about 80MiB of space when building LH_DEBIAN_INSTALLER="live".
2011-03-09Create pool/main to prevent build failure when no local .debs are queued for ↵Chris Lamb
installation.
2011-03-09Don't include the bootstrap .debs on live-installer based disks (saves ~30MiB).Chris Lamb
2011-03-09Rework WGET_OPTIONS and use "--no-verbose" by default (just prints the URL).Chris Lamb
2011-03-09Fix bug in LH_DEBIAN_INSTALLER_DISTRIBUTION = "daily" handling.Chris Lamb
Was causing build failures as it was trying to download files from a "daily" component of a mirror.
2011-03-09Merging debian-installer-daily option into debian-installer-distribution.Daniel Baumann
2011-03-09Suporting debian-installer distribution choice, which makes possible to ↵Tiago Bortoletto Vaz
build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME.
2011-03-09Replacing file checking with ls by function callsAntonio Terceiro
Instead of repeatedly doing "ls ... > /dev/null 2>&1", just use a function that does exactly that.
2011-03-09Test whether to use hard-links when caching d-i downloads.Chris Lamb
2011-03-09Don't install Recommends of d-i packages.Chris Lamb
2011-03-09Print nicer error message when bootstrap missing from LH_CACHE_STAGES.Chris Lamb