summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_syslinux
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-14Correcting wrong path to syslinux configuration files when using live-build ↵Daniel Baumann
from a local git clone, thanks to Raphael Hertzog <hertzog@debian.org> (Closes: #684893).
2012-08-14Correcting typo in binary_syslinux when writing the flavour name to the ↵Daniel Baumann
config files (Closes: #684865).
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-19Correcting accidentally reverted check for rsvg in binary_syslinux when ↵Daniel Baumann
building non-chrooted.
2012-07-19Fixing up inclusion of functions while allowing local usage of live-build ↵Daniel Baumann
with different file layouts.
2012-07-19Making sure target directory for syslinux theme files exists when building ↵Daniel Baumann
non-chrooted.
2012-07-18Correcting live-build and live-boot versions for splash.svg post-processing.Daniel Baumann
2012-07-18Updating splash.svg handling for unchrooted and chrooted builds.Daniel Baumann
2012-07-18Handle multiple version numbers when having more than one linux flavours for ↵Daniel Baumann
splash.svg post-processing.
2012-07-18Renaming net flavour to netboot for consistency.Daniel Baumann
2012-07-08Adding dynamic informations into the splash and creating the png export at ↵Daniel Baumann
build time.
2012-06-04Updating cache directory names to consistent naming scheme.Daniel Baumann
2012-06-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-05-25Correcting renaming of syslinux files in progress mode to actually work.Daniel Baumann
2012-05-23Using /boot on live media instead of /isolinux or /syslinux in progress mode.Daniel Baumann
2012-04-29Adding failsafe entries for syslinux bootloaders in embedded configs.Daniel Baumann
2012-04-17Correcting destination directory for extraction of the gfxboot-theme in ↵Daniel Baumann
ubuntu mode.
2012-04-10Correcting regression in the form of a wrong path in binary_syslinux for ↵Daniel Baumann
syslinux theme packages.
2012-02-06Shortening 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-06Updating year in copyright notices for 2012.Daniel Baumann
2012-02-06Updating lb_binary_syslinux for embedded syslinux themes.Daniel Baumann
2012-01-12Using syslinux payload as fallback in lb_binary_syslinux if no destinct ↵Daniel Baumann
image type could be deduced (Closes: #655562).
2011-09-30Copying gfxboot theme when building for Ubuntu.Colin Watson
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-03-09Making sure to correctly deference syslinux theme files when building chrooted.Daniel Baumann
2011-03-09Updating year in hooks and script files.Daniel Baumann
2011-03-09Renaming --architecture to --architectures in preparation for multi-arch.Daniel Baumann
2011-03-09Using bootloader-live in syslinux-themes, rather than just bootloader, since ↵Daniel Baumann
it's live specific.
2011-03-09First step in cleaning up syslinux handling by using syslinux-theme packages ↵Daniel Baumann
rather than embedded templates.
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Updating year in manpage, hooks, script and template files.Daniel Baumann
2011-03-09Fixing numbering of live kernels and initrd files when using syslinux.Cody A.W. Somerville
2011-03-09Using short boot parameter 'config' to enable live-config, requires ↵Daniel Baumann
live-config 2.0.7.
2011-03-09Updating kernel images number when installing them into live media.Daniel Baumann
2011-03-09Correcting to narrow pattern for counting kernel images (Closes: #581252).Daniel Baumann
2011-03-09Fixing lb_binary_syslinux to add quiet for the default live entries.Daniel Baumann
2011-03-09Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).Daniel Baumann