summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_debian-installer
AgeCommit message (Collapse)Author
2012-08-27Dropping lb prefix from live-build scripts, not needed anymore.Daniel Baumann
Previously, we needed to keep the lb_* prefix as the scripts could also be executed standalone. Since the lb wrapper is mandatory since squeeze, we can drop this now.
2012-08-27Making build.sh sourcing more robust (Closes: #684896).Daniel Baumann
2012-08-13Simplyfing sourcing of build.sh and getting away with the broken subshell ↵Daniel Baumann
construct.
2012-07-30Updating GPL standard header in all files.Daniel Baumann
2012-07-19Fixing up inclusion of functions while allowing local usage of live-build ↵Daniel Baumann
with different file layouts.
2012-07-18Adding support for ntfs as binary filesystem when using syslinux.Daniel Baumann
2012-07-18Renaming net flavour to netboot for consistency.Daniel Baumann
2012-06-05Removing grub-efi from d-i packages for the time being, it doesn't work ↵Daniel Baumann
correctly yet.
2012-06-04Updating cache directory names to consistent naming scheme.Daniel Baumann
2012-06-04Making firmware package assembling a bit more robust.Daniel Baumann
2012-06-04Adding grub-efi to static list of packages for the d-i pool for amd64.Daniel Baumann
2012-06-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-06-03Renaming config/binary_debian-installer-includes to ↵Daniel Baumann
config/includes.binary_debian-installer for consistency with the other include directories.
2012-05-31Moving firmware symlink creation to the end of binary_debian-installer in ↵Daniel Baumann
order to ensure to take only the latest packages into account that get into the image, regardless if they come from the archive or are localy included.
2012-04-27Slight reordering in lb_binary_debian-installer.Daniel Baumann
2012-04-26Adding symlinks in /firmware for debian-installer on live media.Daniel Baumann
2012-04-26Also include firmware-linux meta package if non-free is enabled.Daniel Baumann
While the actual firmware packages are automatically detected, it is handy to have the firmware-linux meta package included if non-free is enabled. That way, future upgrades to newer kernels will keep having all available firmware packages pulled in too.
2012-04-26Removing 'frozen' symlink in d-i dists, the other suitnames can probably go to.Daniel Baumann
2012-04-26Generating package indices for the detected sections within binary pool, ↵Daniel Baumann
needed for proper firmware package placement.
2012-04-26Installing packages into their detected sections within binary pool, needed ↵Daniel Baumann
for proper firmware package placement.
2012-04-26Adding support for including firmware packages automatically within ↵Daniel Baumann
debian-installer.
2012-02-06Updating year in copyright notices for 2012.Daniel Baumann
2012-02-06Removing removal of bootstrap-base udeb in binary_debian-installer.Daniel Baumann
If both bootstrap-base and live-installer are available on the installer, live-installer is prefereded by d-i (because of the live specific .disk info). If live-installer is included, can be disabled with live-installer/enable=false and d-i will use bootstrap-base in order to debootstrap the base system on /target.
2012-02-06Adding note about 404 errors that are on purpose when fetching udebs in ↵Daniel Baumann
derivative mode.
2011-10-30Adding temporary manual setting of d-i urls for progress.Daniel Baumann
2011-09-28Correcting check for debian-installer-distribution when using daily images ↵Daniel Baumann
in non-derivatives mode.
2011-09-14Correcting incomplete checks for local packages in lb_binary_debian-installer.Daniel Baumann
2011-09-13Renaming usb-hdd binary image type to simply hdd.Daniel Baumann
This is the first step in conglomerating code for all hdd-ish image types, independent of the partitioning scheme being used, and adding future hdd-ish image types for virtualiziation software.
2011-09-07Also respect config/packages for packages to be installed in both chroot and ↵Daniel Baumann
binary.
2011-09-07Using config/packages.binary instead of config/binary_local-udebs.Daniel Baumann
2011-09-07Using config/packages.binary instead of config/binary_local-debs.Daniel Baumann
2011-07-25Updating grub packages list in binary_debian-installer.Daniel Baumann
2011-07-24Adding mdadm manually to extra packages for binary pool for being used by ↵Daniel Baumann
debian-installer (Closes: #607225).
2011-07-21Adding paths for remote debian-installer images on armel.Cody A.W. Somerville
2011-07-19Adding kubuntu mode in order to have different defadefault hooks enabled for ↵Daniel Baumann
ubuntu and kubuntu (needed for #630088).
2011-05-12Updating url for debian-installer daily-images.Daniel Baumann
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-09Adding multi-repository support for debian-installer udebs at build-time.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 year in hooks and script files.Daniel Baumann
2011-03-09Adding derivatives handling for progress.Daniel Baumann
2011-03-09Applying patch from Cody A.W. Somerville <cody.somerville@canonical.com> to ↵Daniel Baumann
update kernel packages for ubuntu in lb_binary_debian-installer.
2011-03-09Renaming --architecture to --architectures in preparation for multi-arch.Daniel Baumann
2011-03-09Also including auxiliary packages in d-i pool (Closes: #604551).Daniel Baumann
2011-03-09Making d-i indices copying depending on binary image type.Daniel Baumann
2011-03-09Fixing typo in symlink on fat workaround.Ben Armstrong
2011-03-09Workarounding symlink on usb-hdd when including debian-installer and using ↵Daniel Baumann
vfat filesystems.
2011-03-09Avoid using bashism when handling codename/suite mapping for ↵Daniel Baumann
debian-installer release file.