summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-22Correct typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409cRichard Nelson
2012-11-22Adding default-preseeding for non-free firmware only when non-free is ↵Daniel Baumann
actually included, to avoid cluttering debconf db by default on all systems.
2012-11-22Adding backwards compatible handling for squeeze and the ubuntus for ↵Daniel Baumann
old-style Contents files in the archive.
2012-11-19Increased the maxlenth of the entry field cgipackages.list.chroot on l-b.cgi ↵Richard Nelson
(Closes: #693732).
2012-11-19Update git paths for cgi form.Richard Nelson
2012-11-19Correcting a typo in chroot_apt when re-configuring apt preferences, found ↵Daniel Baumann
by Thanatermesis <thanatermesis@gmail.com> (Closes: #685924).
2012-11-14Correcting copying of archive specific apt preferences files, thanks to ↵Daniel Baumann
Thanatermesis <thanatermesis@gmail.com> (Closes: #693250).
2012-11-14Fixing typo in cache directory names, thanks to Thanatermesis ↵Ben Armstrong
<thanatermesis@gmail.com>.
2012-11-02Releasing debian version 3.0~a67-1.debian/3.0_a67-1Daniel Baumann
2012-11-02Workarounding recent archive changes wrt/ content files until #692111 is fixed.Daniel Baumann
2012-11-01Correcting typos in aptitude-options name in lb config, thanks to Frank Gard ↵Daniel Baumann
<frank@familie-gard.de> (Closes: #691930).
2012-10-31Removing debconf-nowarnings option, doesn't provide any advantage to disable ↵Daniel Baumann
this option in the first place.
2012-10-31Also supporting the other way around: removing systemd from a bootstrap and ↵Daniel Baumann
switching to sysvinit for those distributions that default to systemd.
2012-10-31Making sysvinit removal on systemd systems conditional, newer bootstraps ↵Daniel Baumann
might not always pull in sysvinit packages anymore.
2012-10-31Running chrooted commands with DEBCONF_NONINTERACTIVE_SEEN set to true to ↵Daniel Baumann
ensure debconf questions are not reasked uselessly on the final systems.
2012-10-29Removing sysvinit when building images with systemd.Daniel Baumann
2012-10-28Shortening initsystem specific hacks for wheezy, systemd on squeeze never ↵Daniel Baumann
was really supported anyway.
2012-10-28Defaulting to systemd as initsystem for wheezy based progress-linux releases ↵Daniel Baumann
and newer.
2012-10-27Using xargs when copying or hardlinking deb files from and to the package ↵Daniel Baumann
cache to avoid hit the shell max command limits (Closes: #691616).
2012-10-27Removing cruft line breaks in bailout messages for bootstrap tools.Daniel Baumann
2012-10-26Removing workaround for #657560 where we had to temporarily include bzip2 ↵Daniel Baumann
into the bootstrapped chroot to avoid sids apt failing on mirrors with bzip2 indices only.
2012-10-25Removing unecessary removal of apt preferences.Daniel Baumann
When we rebuild an image with changed local archives, we would preferably remove the already existing preferences files. However, there's no way to make sure that we remove enough or too much, hence we don't remove any at all and stay with the dogma: "If you change something in the config tree affecting $stage, you need to rebuild that stage from scratch." So for pinning changes for local archives, this means, since it's affecting the chroot stage, we'll have to rebuild the chroot stage: "lb clean --chroot && lb chroot"
2012-10-25Renaming progress mode to progress-linux to match the used naming scheme.Daniel Baumann
2012-10-24Addin missing comma in the long debootstrap-options that caused an ↵chals
unrecognized option message.
2012-10-22Releasing debian version 3.0~a66-1.debian/3.0_a66-1Daniel Baumann
2012-10-22Renaming config/includes.binary_debian-installer to simply ↵Daniel Baumann
config/includes.debian-installer.
2012-10-22Renaming config/binary_rootfs to simply config/rootfs.Daniel Baumann
2012-10-22Avoid creating old left-over directory for custom syslinux splash handing ↵Daniel Baumann
from within the config tree in lb_config.
2012-10-22Removing support for local grub/grub2 splash image and config manipulations, ↵Daniel Baumann
custom templates should be used instead. Rather than doing all the heavy lifting in live-build that nobody really uses and which is quite inflexible, users should (in line with the syslinux handling) either stick with the default grub configurations, or, supply a custom one to live-build, rather than partial/single files only.
2012-10-22Renaming config/binary_debian-installer to simply config/debian-installer.Daniel Baumann
2012-10-22Renaming config/chroot_apt to simply config/apt.Daniel Baumann
Eventually lb_chroot_apt will be folded into chroot_archives but that's left for after wheezy.
2012-10-22Renaming local/scripts to local/bin for executables overriding not just lb ↵Daniel Baumann
scripts, but any command during live-build runs.
2012-10-22Removing local/functions functionality, it's not really usefull anyway.Daniel Baumann
2012-10-22Removing some left-overs from bootstrap-copy removal in lb config.Daniel Baumann
2012-10-08Releasing debian version 3.0~a65-1.debian/3.0_a65-1Daniel Baumann
2012-10-08Correcting variable handling for --bootappend-live-failsafe in defaults.Daniel Baumann
2012-10-08Simplifying bootparameter assembling in defaults.Daniel Baumann
2012-10-08Stopping to support LB_INITRAMFS=auto, when switching the mode one has to ↵Daniel Baumann
update several parameters anyway, use of auto scripts are recommended.
2012-10-08Correcting variable handling for --bootappend-live-failsafe in lb config.Daniel Baumann
2012-10-05Releasing debian version 3.0~a64-1.debian/3.0_a64-1Daniel Baumann
2012-10-04Setting default compression to none.Daniel Baumann
Normally, when using compressed file systems (squashfs), there is no point in further compressing the tarballs and images.
2012-10-04Making different boot options defaults depending on initramfs generator, not ↵Daniel Baumann
depending on mode.
2012-10-04Making failsafe boot parameters fully customizable like the normal ones.Daniel Baumann
2012-10-03Adding note about experimental in cgi frontend package description.Daniel Baumann
2012-10-03Updating package descriptions.Daniel Baumann
2012-10-03Allowing to include multiple kernel images but menu entry is generated only ↵Michal Suchanek
for one.
2012-10-03Removing ubuntu natty support, EOL.Daniel Baumann
2012-10-03Removing unsupported and unsupportable bootstrap_copy.Daniel Baumann
2012-10-02Releasing debian version 3.0~a63-1.debian/3.0_a63-1Daniel Baumann
2012-10-01Booting by default with 'quiet' and 'splash' parameters.Daniel Baumann