Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-03 | Renaming internal .stage to .build for consistency within the configuration ↵ | Daniel Baumann | |
tree. | |||
2012-06-03 | Renaming config/binary_debian-installer-includes to ↵ | Daniel Baumann | |
config/includes.binary_debian-installer for consistency with the other include directories. | |||
2012-05-31 | Allowing to use comments in config/environment.{binary,chroot}. | Daniel Baumann | |
2012-05-31 | Allowing to inject variables through config/environment.binary into the ↵ | Daniel Baumann | |
binary environment. | |||
2012-05-31 | Moving 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-05-25 | Naming resulting binary isohybrid image binary.hybrid.iso from now on for ↵ | Daniel Baumann | |
consistency with the different hdd images later on. | |||
2012-05-25 | Correcting renaming of syslinux files in progress mode to actually work. | Daniel Baumann | |
2012-05-23 | Using /boot on live media instead of /isolinux or /syslinux in progress mode. | Daniel Baumann | |
2012-05-23 | Correcting typo in binary_rootfs to restore 'plain' live filesystem support. | Daniel Baumann | |
2012-04-29 | Adding failsafe entries for syslinux bootloaders in embedded configs. | Daniel Baumann | |
2012-04-27 | Transforming failsafe boot parameter into an own option. | Daniel Baumann | |
2012-04-27 | Slight reordering in lb_binary_debian-installer. | Daniel Baumann | |
2012-04-26 | Adding symlinks in /firmware for debian-installer on live media. | Daniel Baumann | |
2012-04-26 | Updating static list of live specific packages that get unconditionally ↵ | Daniel Baumann | |
added and included in the source images. | |||
2012-04-26 | Also 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-26 | Automatically preseed some known firmware packages. | Daniel Baumann | |
2012-04-26 | Adding support for including firmware packages automatically within the live ↵ | Daniel Baumann | |
system. | |||
2012-04-26 | Removing 'frozen' symlink in d-i dists, the other suitnames can probably go to. | Daniel Baumann | |
2012-04-26 | Generating package indices for the detected sections within binary pool, ↵ | Daniel Baumann | |
needed for proper firmware package placement. | |||
2012-04-26 | Installing packages into their detected sections within binary pool, needed ↵ | Daniel Baumann | |
for proper firmware package placement. | |||
2012-04-26 | Adding support for including firmware packages automatically within ↵ | Daniel Baumann | |
debian-installer. | |||
2012-04-21 | Adding memtest to the list of options appended in fail-safe mode. | Daniel Baumann | |
2012-04-18 | Adding nosplash to the list of options appended in fail-safe mode. | intrigeri | |
2012-04-17 | Correcting destination directory for extraction of the gfxboot-theme in ↵ | Daniel Baumann | |
ubuntu mode. | |||
2012-04-11 | Temporarily including bzip2 manually when bootstrapping until #657560 has ↵ | Daniel Baumann | |
been fixed in unstable. | |||
2012-04-10 | Correcting regression in the form of a wrong path in binary_syslinux for ↵ | Daniel Baumann | |
syslinux theme packages. | |||
2012-04-06 | When removing fstab for live-installer also touch an empty file for it to ↵ | Daniel Baumann | |
avoid other packages failing on non-existing fstab. | |||
2012-04-05 | Prefering default modules in initrd even on netboot images (Closes: #667594). | Daniel Baumann | |
2012-04-04 | Moving kernel and initrd into tftpboot directory for netboot images. | Daniel Baumann | |
2012-03-07 | Avoid calling update-initrd in lb_chroot_hacks if the target system has no ↵ | Daniel Baumann | |
initrd, thanks to Hector Oron <zumbi@debian.org>. | |||
2012-03-03 | Adding architecture to the output message when running lb_config. | Daniel Baumann | |
2012-02-26 | Removing --username cruft, live-config bootparameters should be used via ↵ | Daniel Baumann | |
--bootappend-live. | |||
2012-02-26 | Removing --hostname cruft, live-config bootparameters should be used via ↵ | Daniel Baumann | |
--bootappend-live. | |||
2012-02-07 | Removing warning about resolvconf package, not be needed anymore. | Daniel Baumann | |
2012-02-07 | Correcting destination path for uuid.conf when using casper in binary_disk, ↵ | Daniel Baumann | |
thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995). | |||
2012-02-07 | Correcting lzcat call in binary_disk to not bail out due to non-standard ↵ | Daniel Baumann | |
file extension (unknown suffix -- unchanged), thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995). | |||
2012-02-07 | Handling /etc/resolv.conf even if it's a dangling symlink like with ↵ | Daniel Baumann | |
resolv.conf, thanks to Stephane Graber <stgraber@ubuntu.com> (Closes: #657640). | |||
2012-02-06 | Shortening kernel and initrd filenames in /live again similar to what we did ↵ | Daniel Baumann | |
with in lenny. Unfortunately, syslinux as of wheezy and newer apparently does not support long filenames anymore. Therefore, we do have to shorten the filenames from: /live/vmlinuz-3.2.0-1-amd64 /live/initrd.img-3.2.0-1-amd64 to: /live/vmlinuz /live/initrd.img In case more than one kernel flavour is used, the files are being numbered, starting with vmlinuz1 and initrd1.img. | |||
2012-02-06 | Cleaning up handling of apt preferences when building in progress mode. | Daniel Baumann | |
2012-02-06 | Simplyfing automatic pinning in derivative modes. | Daniel Baumann | |
2012-02-06 | Dereferencing potential symlinked apt preference files in chroot_apt/*.pref. | Daniel Baumann | |
2012-02-06 | Avoid removing populated apt preferences file in derivative mode. | Daniel Baumann | |
2012-02-06 | Improve backports handling in derivatives mode. | Daniel Baumann | |
If LB_BACKPORTS=true, then backports are configured in sources.list, however, not enabled. If backports are enabled depends on pinning, either manually through apt/preferences.d snipplets in local includes/chroot_apt, or, depending on distribution (e.g. building artax-backports enables pinning automatically). | |||
2012-02-06 | Removing useless top-comment for /etc/apt/preferences.d/progress.pref. | Daniel Baumann | |
2012-02-06 | Updating year in copyright notices for 2012. | Daniel Baumann | |
2012-02-06 | Using /etc/apt/sources.list.d/debian.list instead of /etc/apt/sources.list ↵ | Daniel Baumann | |
in derivative mode. | |||
2012-02-06 | Removing 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-06 | Renaming forgotten binary_packagelists to binary_package-lists to match the ↵ | Daniel Baumann | |
rest of lb. | |||
2012-02-06 | Avoid warning messages in binary_packagelists for not existing local lists. | Daniel Baumann | |
2012-02-06 | Adding note about 404 errors that are on purpose when fetching udebs in ↵ | Daniel Baumann | |
derivative mode. |