Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2012-02-06 | Giving a note about what mode we are configuring, now that mode is ↵ | Daniel Baumann | |
determined automatically based on the host system. | |||
2012-02-06 | Updating lb_binary_syslinux for embedded syslinux themes. | Daniel Baumann | |
2012-01-12 | Print the current time before starting a command with the lb wrapper script ↵ | Colin Watson | |
(Closes: #630089). | |||
2012-01-12 | Using syslinux payload as fallback in lb_binary_syslinux if no destinct ↵ | Daniel Baumann | |
image type could be deduced (Closes: #655562). | |||
2012-01-12 | Correcting wrong and incompatible loop for casper initrds in binary_disk. | Daniel Baumann | |
2012-01-10 | Unmount chroot/root/config when running lb_clean. | Matthijs Kooijman | |
2012-01-10 | Use a two-stage mount again for mounting config inside chroot in ↵ | Matthijs Kooijman | |
lb_chroot_hooks. This reverts part of cacf9b6e34 (but also adds a "bind" option to the remount command, as documented in mount(8)). Apparently, doing "mount -o bind,ro" doesn't work. It outputs: mount: warning: chroot/root/config seems to be mounted read-write. and mounts read-write instead of read-only. This behaviour is documented in mount(8). Newer kernels do seem to allow combining bind with the read-only option (see mount(2)), but this does not seem to work (possibly because mount is trying to be smart). | |||
2012-01-10 | Make the config available to all hooks. | Matthijs Kooijman | |
Previously, the config was bindmounted inside the chroot only for hooks from the config dir, now it is done earlier so it is available for all hooks. Note that it is now also done if there are no hooks, but this is probably enough of an exception case to not warrant the extra plumbing required to detect the case (and doing an extra bindmount shouldn't really hurt anyway...). |