Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Updating year in copyright notices for 2009. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Using common function file to source shell includes. | Daniel Baumann | 1 | -6/+1 | |
2011-03-09 | Removing enforced installation of mawk in the chroot in ↵ | Daniel Baumann | 1 | -1/+0 | |
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-09 | Actually doing apt-ftparchive operations in chroot as it was originally ↵ | Daniel Baumann | 1 | -16/+35 | |
intended to be, otherwise apt-utils would be need to be a depends of live-helper. | |||||
2011-03-09 | Translating the description of the helpers | Antonio Terceiro | 1 | -1/+1 | |
2011-03-09 | Don't break messages into parts; this make it impossible for translators | Antonio Terceiro | 1 | -3/+1 | |
2011-03-09 | NEW: "binary_debian-installer-includes" config directory. | Marco Amadori | 1 | -2/+30 | |
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-09 | Generalizing internal LH_QUIET variable. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Generalizing internal LH_DEBUG variable. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Adding armel to architecture specific checks. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Generalizing internal Chroot(); by requiring its first argument to be the ↵ | Daniel Baumann | 1 | -3/+3 | |
chroot directory. | |||||
2011-03-09 | Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Ensure lh_binary_debian-installer includes local debs (Closes: #502877) | Marco Amadori | 1 | -4/+4 | |
* fixed some path references to the "config" directory. | |||||
2011-03-09 | Enforcing lh_config to be run before lh_build, see also ↵ | Daniel Baumann | 1 | -1/+1 | |
http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740). | |||||
2011-03-09 | Support expanding wildcards in udeb excludes. | Chris Lamb | 1 | -3/+3 | |
This was preventing "kernel-image-*" "exclude" entries from removing these packages. This saves about 5 MiB of space in all. | |||||
2011-03-09 | Remove pointless whitespace. | Chris Lamb | 1 | -2/+2 | |
2011-03-09 | Correct bogus path for d-i preseed files. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Also allowing multiple preseeding files for netboot. | Tiago Bortoletto Vaz | 1 | -1/+1 | |
2011-03-09 | Allowing to use more than one preseeding file to be on the media. | Tiago Bortoletto Vaz | 1 | -2/+2 | |
2011-03-09 | Adding last modifications in order to have localization fully working in ↵ | Tiago Bortoletto Vaz | 1 | -2/+2 | |
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 | Add busybox to DI_PACKAGES as its required to install kernels. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Choose correct d-i install method for "live" and usb-hdd/tar image types. | Chris Lamb | 1 | -3/+3 | |
2011-03-09 | Don't duplicate .debs of packages in binary/pool that are installed via ↵ | Chris Lamb | 1 | -6/+49 | |
live-installer. This saves about 80MiB of space when building LH_DEBIAN_INSTALLER="live". | |||||
2011-03-09 | Create pool/main to prevent build failure when no local .debs are queued for ↵ | Chris Lamb | 1 | -0/+1 | |
installation. | |||||
2011-03-09 | Don't include the bootstrap .debs on live-installer based disks (saves ~30MiB). | Chris Lamb | 1 | -12/+15 | |
2011-03-09 | Rework WGET_OPTIONS and use "--no-verbose" by default (just prints the URL). | Chris Lamb | 1 | -1/+6 | |
2011-03-09 | Fix bug in LH_DEBIAN_INSTALLER_DISTRIBUTION = "daily" handling. | Chris Lamb | 1 | -0/+2 | |
Was causing build failures as it was trying to download files from a "daily" component of a mirror. | |||||
2011-03-09 | Merging debian-installer-daily option into debian-installer-distribution. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Suporting debian-installer distribution choice, which makes possible to ↵ | Tiago Bortoletto Vaz | 1 | -23/+23 | |
build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME. | |||||
2011-03-09 | Replacing file checking with ls by function calls | Antonio Terceiro | 1 | -6/+6 | |
Instead of repeatedly doing "ls ... > /dev/null 2>&1", just use a function that does exactly that. | |||||
2011-03-09 | Test whether to use hard-links when caching d-i downloads. | Chris Lamb | 1 | -1/+6 | |
2011-03-09 | Don't install Recommends of d-i packages. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Print nicer error message when bootstrap missing from LH_CACHE_STAGES. | Chris Lamb | 1 | -0/+3 | |
2011-03-09 | Remove 'E:' prefix in call to Echo_error - it gets added later too. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Fix cache poisoning issue in lh_binary_debian-installer with 404 downloads | Chris Lamb | 1 | -1/+7 | |
When wget 404's, an target file is created - this poisons the cache as the file is apparently downloaded but in actuality is simply empty. We fix this by unconditionally deleting the cache file if wget fails and emitting an error. | |||||
2011-03-09 | Don't attempt to use live-installer on Etch; it would simply result in no ↵ | Chris Lamb | 1 | -1/+1 | |
bootstrap method. | |||||
2011-03-09 | Cache d-i kernel, initrd and mini.iso downloads (Closes: #492085) | Chris Lamb | 1 | -1/+13 | |
2011-03-09 | Wrap most calls to wget in lh_binary_debian-installer. | Chris Lamb | 1 | -8/+18 | |
2011-03-09 | Refactor d-i GTK image selection, ensuring the GTK installer is only chosen ↵ | Chris Lamb | 1 | -5/+17 | |
on the netboot variant when building on powerpc. | |||||
2011-03-09 | Only consider linux-image-2.6-prep powerpc kernel image on Etch. | Chris Lamb | 1 | -1/+6 | |
2011-03-09 | Refactor remote d-i location handling and ensure correct locations for powerpc. | Chris Lamb | 1 | -14/+29 | |
2011-03-09 | Revert aborting live d-i installation if minimal/stripped is selected and ↵ | Chris Lamb | 1 | -10/+1 | |
instead attempt to not break the chroot too much in this case | |||||
2011-03-09 | Remove more imported whitespaces. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Removing imported whitespaces. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Prefix mount and unmount in lh_binary_debian-installer with LH_ROOT_COMMAND. | Chris Lamb | 1 | -2/+2 | |
2011-03-09 | Add support for sparc to lh_binary_debian-installer. | Chris Lamb | 1 | -11/+56 | |
2011-03-09 | Ensure apt-utils is installed in the helpers it is required. | Chris Lamb | 1 | -0/+1 | |
This allows us to remove a hacky test from hooks/minimal to see whether we need the package. | |||||
2011-03-09 | Abort if "live" d-i installation is attempted with minimal or stripped ↵ | Chris Lamb | 1 | -1/+10 | |
LH_PACKAGES_LISTS This is required because lh_binary_rootfs removes /boot if minimal or stripped is the only packages list. | |||||
2011-03-09 | Fix trivial typographic error ("flavor" => "flavour") | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Replace a few unweildy "if" statements with their "case" equivalents | Chris Lamb | 1 | -16/+18 | |