summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-05Updating mirror defaults to point to archive.debian.org.debian/1.0.6-2Daniel Baumann
2012-04-07Updating mirror urls in images autobuild script to account for lennys move ↵Daniel Baumann
to archive.debian.org.
2012-04-07Updating lenny point release number.Daniel Baumann
2011-10-08Updating etch point release number.Daniel Baumann
2011-10-08Updating lenny point release number.Daniel Baumann
2011-10-04Sleeping for 1 second before after accessing the loop device in order to not ↵Daniel Baumann
fail when removing it right afterwards.
2011-03-12Correcting variables names for standard and rescue package lists and tasks ↵Daniel Baumann
automagics for default flavours.
2011-03-12Also including the standard task when building the rescue default flavour.Daniel Baumann
2011-03-12Building standard image flavour with included --tasks standard.Daniel Baumann
2011-03-09Updating lenny point release number.Daniel Baumann
2011-03-09Updating lenny point release number.Daniel Baumann
2011-03-09Updating lenny point release number.Daniel Baumann
2011-03-09Setting default desktop for tasksel when installing package tasks to avoid ↵Daniel Baumann
ending up with a pulled in gnome in all cases, thanks a lot to Ben Armstrong <synrg@debian.org> for finding this solution.
2011-03-09Updating lenny point release number.Daniel Baumann
2011-03-09Also using architecture value when naming netboot images in images autobuild ↵Daniel Baumann
script.
2011-03-09Updating lenny point release number.Daniel Baumann
2011-03-09Updating package lists.Daniel Baumann
2011-03-09Correcting mirrors in example images.sh, otherwise our prebuild desktop ↵Daniel Baumann
images have wrong source entries.
2011-03-09Correcting wrong variable name when assembling debootstrap options in ↵Daniel Baumann
lh_bootstrap_debootstrap.
2011-03-09Releasing debian version 1.0.6-2.Daniel Baumann
2011-03-09Replacing sed 4.2 command to assemble debootstraps components option with a ↵Daniel Baumann
less advanced one, in order to work on legacy distributions.
2011-03-09Releasing debian version 1.0.6-1.Daniel Baumann
2011-03-09Removing newline in f6.txt syslinux template.Daniel Baumann
2011-03-09Removing newline in f8.txt.install syslinux template.Daniel Baumann
2011-03-09Only adding hardcoded fallback syslinux label when not using neither ↵Daniel Baumann
vesamenu nor gfxboot.
2011-03-09Adding another workaround for etchs syslinux generation to manually treat ↵Daniel Baumann
live.cfg.
2011-03-09Adding syslinux hardcoded default label entries.Daniel Baumann
2011-03-09Respecting that etch has no prompt.cfg in netboot images.Daniel Baumann
2011-03-09Giving conditional message in lh_config when creating or updating the config ↵Daniel Baumann
tree.
2011-03-09Correcting LH_BOOTAPPEND_INSTALL default values.Cody A.W. Somerville
2011-03-09Fixing intermittent truncating of filesystem.Cody A.W. Somerville
2011-03-09Omit numbering for first kernel and initrd installed into binary.Cody A.W. Somerville
2011-03-09Renaming example hooks and prefixing them with distribution name.Daniel Baumann
2011-03-09Adding example hook from Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> for ↵Daniel Baumann
bugfixing cdrom-detect when using live-installer in lenny.
2011-03-09Adding patch from Dusty Hendrickson <dhendrickson@cleversafe.com> to allow ↵Daniel Baumann
lh_bootstrap_debootstrap to bootstrap from different section than main and evaluate LH_CATEGORIES for that purpose.
2011-03-09Tidy helper calls before and after switching chroot filesystem in ↵Daniel Baumann
lh_binary_rootfs to not leave certain helpers activated at the end of the build, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
2011-03-09Simplyfing chroot copying in lh_binary_chroot.Daniel Baumann
2011-03-09Escaping variables in binary.sh of lh_binary_iso, thanks to Luigi Capriotti ↵Daniel Baumann
<l.capriotti@xbmc.org>.
2011-03-09Adjusting pathes for boot-screens in netboot images.Daniel Baumann
2011-03-09Correctly replacing pathes in exithelp.cfg for returning back to syslinux menu.Daniel Baumann
2011-03-09Correcting pathes in include statements when building netboot images ↵Daniel Baumann
(Closes: #546910).
2011-03-09Fixing regression imported by fixing #533846 incorrectly.Daniel Baumann
2011-03-09Rewording some of the error messages in Check_defaults().Karl Goetz
2011-03-09Correcting spelling type in 'wrong config tree version' error message.Karl Goetz
2011-03-09Replacing all -ge with -gt checks for string max lenghts of iso meta ↵Karl Goetz
information.
2011-03-09Correcting comment about replacing /dev/urandom with /dev/random.Karl Goetz
2011-03-09Adding missing exit 1 in the archtiecture detection case.Karl Goetz
2011-03-09Adding check for config tree version and fail or give warnings if the ↵Daniel Baumann
version doesn't match.
2011-03-09Merging initial and experimental grub2 support from Luigi Capriotti ↵Daniel Baumann
<l.capriotti@xbmc.org>. Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2.
2011-03-09Correcting apt pinning support.Rui Miguel Bernardo