Daniel Baumann [Fri, 2 Nov 2012 11:28:39 +0000 (12:28 +0100)]
Releasing debian version 3.0~a67-1.
Daniel Baumann [Fri, 2 Nov 2012 10:50:44 +0000 (11:50 +0100)]
Workarounding recent archive changes wrt/ content files until #692111 is fixed.
Daniel Baumann [Wed, 31 Oct 2012 14:16:14 +0000 (15:16 +0100)]
Correcting typos in aptitude-options name in lb config, thanks to Frank Gard <frank@familie-gard.de> (Closes: #691930).
Daniel Baumann [Wed, 31 Oct 2012 08:26:25 +0000 (09:26 +0100)]
Removing debconf-nowarnings option, doesn't provide any advantage to disable this option in the first place.
Daniel Baumann [Wed, 31 Oct 2012 06:48:26 +0000 (07:48 +0100)]
Also supporting the other way around: removing systemd from a bootstrap and switching to sysvinit for those distributions that default to systemd.
Daniel Baumann [Wed, 31 Oct 2012 06:45:55 +0000 (07:45 +0100)]
Making sysvinit removal on systemd systems conditional, newer bootstraps might not always pull in sysvinit packages anymore.
Daniel Baumann [Wed, 31 Oct 2012 06:43:37 +0000 (07:43 +0100)]
Running chrooted commands with DEBCONF_NONINTERACTIVE_SEEN set to true to ensure debconf questions are not reasked uselessly on the final systems.
Daniel Baumann [Mon, 29 Oct 2012 18:45:17 +0000 (19:45 +0100)]
Removing sysvinit when building images with systemd.
Daniel Baumann [Sun, 28 Oct 2012 10:46:01 +0000 (11:46 +0100)]
Shortening initsystem specific hacks for wheezy, systemd on squeeze never was really supported anyway.
Daniel Baumann [Sun, 28 Oct 2012 10:42:57 +0000 (11:42 +0100)]
Defaulting to systemd as initsystem for wheezy based progress-linux releases and newer.
Daniel Baumann [Sat, 27 Oct 2012 21:37:35 +0000 (23:37 +0200)]
Using xargs when copying or hardlinking deb files from and to the package cache to avoid hit the shell max command limits (Closes: #691616).
Daniel Baumann [Sat, 27 Oct 2012 21:06:52 +0000 (23:06 +0200)]
Removing cruft line breaks in bailout messages for bootstrap tools.
Daniel Baumann [Fri, 26 Oct 2012 08:58:48 +0000 (10:58 +0200)]
Removing workaround for #657560 where we had to temporarily include bzip2 into the bootstrapped chroot to avoid sids apt failing on mirrors with bzip2 indices only.
Daniel Baumann [Thu, 25 Oct 2012 12:00:33 +0000 (14:00 +0200)]
Removing unecessary removal of apt preferences.
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"
Daniel Baumann [Thu, 25 Oct 2012 11:36:12 +0000 (13:36 +0200)]
Renaming progress mode to progress-linux to match the used naming scheme.
chals [Wed, 24 Oct 2012 12:18:26 +0000 (14:18 +0200)]
Addin missing comma in the long debootstrap-options that caused an unrecognized option message.
Daniel Baumann [Mon, 22 Oct 2012 18:45:11 +0000 (20:45 +0200)]
Releasing debian version 3.0~a66-1.
Daniel Baumann [Mon, 22 Oct 2012 18:43:21 +0000 (20:43 +0200)]
Renaming config/includes.binary_debian-installer to simply config/includes.debian-installer.
Daniel Baumann [Mon, 22 Oct 2012 18:41:40 +0000 (20:41 +0200)]
Renaming config/binary_rootfs to simply config/rootfs.
Daniel Baumann [Mon, 22 Oct 2012 18:36:17 +0000 (20:36 +0200)]
Avoid creating old left-over directory for custom syslinux splash handing from within the config tree in lb_config.
Daniel Baumann [Mon, 22 Oct 2012 18:34:10 +0000 (20:34 +0200)]
Removing support for local grub/grub2 splash image and config manipulations, 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.
Daniel Baumann [Mon, 22 Oct 2012 18:30:41 +0000 (20:30 +0200)]
Renaming config/binary_debian-installer to simply config/debian-installer.
Daniel Baumann [Mon, 22 Oct 2012 18:27:13 +0000 (20:27 +0200)]
Renaming config/chroot_apt to simply config/apt.
Eventually lb_chroot_apt will be folded into chroot_archives
but that's left for after wheezy.
Daniel Baumann [Mon, 22 Oct 2012 17:20:12 +0000 (19:20 +0200)]
Renaming local/scripts to local/bin for executables overriding not just lb scripts, but any command during live-build runs.
Daniel Baumann [Mon, 22 Oct 2012 17:18:06 +0000 (19:18 +0200)]
Removing local/functions functionality, it's not really usefull anyway.
Daniel Baumann [Mon, 22 Oct 2012 17:14:01 +0000 (19:14 +0200)]
Removing some left-overs from bootstrap-copy removal in lb config.
Daniel Baumann [Mon, 8 Oct 2012 18:47:10 +0000 (20:47 +0200)]
Releasing debian version 3.0~a65-1.
Daniel Baumann [Mon, 8 Oct 2012 18:16:40 +0000 (20:16 +0200)]
Correcting variable handling for --bootappend-live-failsafe in defaults.
Daniel Baumann [Mon, 8 Oct 2012 18:01:30 +0000 (20:01 +0200)]
Simplifying bootparameter assembling in defaults.
Daniel Baumann [Mon, 8 Oct 2012 18:00:41 +0000 (20:00 +0200)]
Stopping to support LB_INITRAMFS=auto, when switching the mode one has to update several parameters anyway, use of auto scripts are recommended.
Daniel Baumann [Mon, 8 Oct 2012 17:51:23 +0000 (19:51 +0200)]
Correcting variable handling for --bootappend-live-failsafe in lb config.
Daniel Baumann [Fri, 5 Oct 2012 07:23:53 +0000 (09:23 +0200)]
Releasing debian version 3.0~a64-1.
Daniel Baumann [Thu, 4 Oct 2012 18:13:25 +0000 (20:13 +0200)]
Setting default compression to none.
Normally, when using compressed file systems (squashfs),
there is no point in further compressing the tarballs and images.
Daniel Baumann [Thu, 4 Oct 2012 12:26:44 +0000 (14:26 +0200)]
Making different boot options defaults depending on initramfs generator, not depending on mode.
Daniel Baumann [Thu, 4 Oct 2012 12:24:36 +0000 (14:24 +0200)]
Making failsafe boot parameters fully customizable like the normal ones.
Daniel Baumann [Wed, 3 Oct 2012 14:00:51 +0000 (16:00 +0200)]
Adding note about experimental in cgi frontend package description.
Daniel Baumann [Wed, 3 Oct 2012 13:58:44 +0000 (15:58 +0200)]
Updating package descriptions.
Michal Suchanek [Wed, 3 Oct 2012 12:20:36 +0000 (14:20 +0200)]
Allowing to include multiple kernel images but menu entry is generated only for one.
Daniel Baumann [Wed, 3 Oct 2012 11:49:25 +0000 (13:49 +0200)]
Removing ubuntu natty support, EOL.
Daniel Baumann [Wed, 3 Oct 2012 11:46:22 +0000 (13:46 +0200)]
Removing unsupported and unsupportable bootstrap_copy.
Daniel Baumann [Tue, 2 Oct 2012 19:24:43 +0000 (21:24 +0200)]
Releasing debian version 3.0~a63-1.
Daniel Baumann [Mon, 1 Oct 2012 11:11:40 +0000 (13:11 +0200)]
Booting by default with 'quiet' and 'splash' parameters.
Daniel Baumann [Mon, 1 Oct 2012 03:36:09 +0000 (05:36 +0200)]
Add missing whitespace when concatenating multiple live.cfg syslinux files.
Daniel Baumann [Mon, 1 Oct 2012 03:02:51 +0000 (05:02 +0200)]
Releasing debian version 3.0~a62-1.
Daniel Baumann [Mon, 1 Oct 2012 03:01:18 +0000 (05:01 +0200)]
Using menu default only once when populating syslinux configurations for more than one kernel flavour (Closes: #682957).
Daniel Baumann [Mon, 1 Oct 2012 02:46:41 +0000 (04:46 +0200)]
Clearing the screen when exiting syslinux menu.
Daniel Baumann [Mon, 1 Oct 2012 02:44:23 +0000 (04:44 +0200)]
Removing superfluous menu default directive in syslinux configuration files.
Daniel Baumann [Mon, 1 Oct 2012 02:43:14 +0000 (04:43 +0200)]
Simplify internal replacement strings when processing syslinux configuration files.
Daniel Baumann [Mon, 1 Oct 2012 02:39:27 +0000 (04:39 +0200)]
Using linux rather than kernel directive in syslinux configuration files.
Daniel Baumann [Mon, 1 Oct 2012 01:42:20 +0000 (03:42 +0200)]
Also use .contents suffix for file list of sources images like for binary images, rather than the old .list suffix.
Daniel Baumann [Mon, 1 Oct 2012 01:34:05 +0000 (03:34 +0200)]
Updating wheezy pre-release version.
Daniel Baumann [Mon, 1 Oct 2012 01:33:46 +0000 (03:33 +0200)]
Updating squeeze point release version.
Daniel Baumann [Sun, 30 Sep 2012 18:29:55 +0000 (20:29 +0200)]
Avoiding warnings when checking for arguments in clean.
Daniel Baumann [Sun, 30 Sep 2012 18:14:05 +0000 (20:14 +0200)]
Supporting parent distribution as a variable field in archive definitions.
Daniel Baumann [Sun, 30 Sep 2012 18:13:42 +0000 (20:13 +0200)]
Supporting parent distribution as a variable field in syslinux splashes.
Daniel Baumann [Sun, 30 Sep 2012 15:34:08 +0000 (17:34 +0200)]
Only producing zsync files for iso and iso-hybrid images.
Daniel Baumann [Sun, 30 Sep 2012 13:13:42 +0000 (15:13 +0200)]
Simplyfing clean option in lb config.
Daniel Baumann [Sun, 30 Sep 2012 07:47:22 +0000 (09:47 +0200)]
Releasing debian version 3.0~a61-1.
Daniel Baumann [Sun, 30 Sep 2012 07:42:13 +0000 (09:42 +0200)]
Adding slightly modified patch from Adam Conrad <adconrad@ubuntu.com> to remove resolvconf artifacts.
Colin Watson [Sun, 30 Sep 2012 07:40:01 +0000 (09:40 +0200)]
Fixing execution of binary hooks.
Colin Watson [Sun, 30 Sep 2012 07:33:06 +0000 (09:33 +0200)]
If --build-with-chroot is false, run ! lines in package-lists in the host system.
Daniel Baumann [Sun, 30 Sep 2012 07:33:06 +0000 (09:33 +0200)]
Don't turn on xz compression in mksquashfs for ubuntu builds according to Adam Conrad <adconrad@ubuntu.com>.
Colin Watson [Sun, 30 Sep 2012 07:28:16 +0000 (09:28 +0200)]
Using i386 -generic-pae kernel flavour on Ubuntu precise.
Adam Conrad [Sun, 30 Sep 2012 07:26:12 +0000 (09:26 +0200)]
Switching Ubuntu from powerpc to powerpc-smp kernel.
Daniel Baumann [Sun, 30 Sep 2012 07:20:15 +0000 (09:20 +0200)]
Using initramfs generator specific boot parameters in syslinux configuration files.
Daniel Baumann [Sun, 30 Sep 2012 06:30:06 +0000 (08:30 +0200)]
Using dedicated initrd line in syslinux configurations rather than stuffing everything in one line.
Daniel Baumann [Sat, 29 Sep 2012 13:42:38 +0000 (15:42 +0200)]
Correcting 'not-enough-arguments' check in Packages grep-aptavail helper.
Daniel Baumann [Sat, 29 Sep 2012 12:08:52 +0000 (14:08 +0200)]
Releasing debian version 3.0~a60-1.
Daniel Baumann [Sat, 29 Sep 2012 11:51:36 +0000 (13:51 +0200)]
Updating to standards version 3.9.4.
Daniel Baumann [Sat, 29 Sep 2012 11:20:21 +0000 (13:20 +0200)]
Including loadlin on d-i images on amd64 and i386.
Daniel Baumann [Sat, 29 Sep 2012 11:08:14 +0000 (13:08 +0200)]
Updating win32-loader inclusion handling.
Daniel Baumann [Wed, 26 Sep 2012 13:36:42 +0000 (15:36 +0200)]
Removing virtual-hdd image type.
Rather than a half broken image type, we'll bet our money on having proper
partman recipies support implemented for hdd image types.
Even if we don't make it for wheezy, it's better to not have virtual-hdd
in there and tell users to use the jessie version for proper hdd images.
Daniel Baumann [Wed, 26 Sep 2012 12:48:45 +0000 (14:48 +0200)]
Releasing debian version 3.0~a59-1.
Daniel Baumann [Tue, 25 Sep 2012 18:17:43 +0000 (20:17 +0200)]
Removing intel-microcode special handling in chroot_linux-image, microcode packages are already included automatically anyway.
Daniel Baumann [Thu, 20 Sep 2012 14:53:03 +0000 (16:53 +0200)]
Renaming volatile options refering to volatile archive to updates to match current archive namings.
Daniel Baumann [Fri, 31 Aug 2012 13:07:29 +0000 (15:07 +0200)]
Correcting cdebootstraps-options typo in getopt, thanks to chals <chals@altorricon.com>.
Daniel Baumann [Thu, 30 Aug 2012 06:51:41 +0000 (08:51 +0200)]
Updating base-files hack for plymouth in progress mode.
Richard Nelson [Thu, 30 Aug 2012 02:20:29 +0000 (21:20 -0500)]
frontend/cgi correctly reference netboot binary-images in form.html.
Daniel Baumann [Wed, 29 Aug 2012 13:58:42 +0000 (15:58 +0200)]
Adding baureo-backports and charon-backports as valid distributions in progress mode.
Daniel Baumann [Mon, 27 Aug 2012 14:33:24 +0000 (16:33 +0200)]
Releasing debian version 3.0~a58-1.
Daniel Baumann [Mon, 27 Aug 2012 14:23:27 +0000 (16:23 +0200)]
Setting default progress distribution from artax to baureo.
Daniel Baumann [Mon, 27 Aug 2012 13:59:56 +0000 (15:59 +0200)]
Dropping lb prefix from live-build scripts, not needed anymore.
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.
Daniel Baumann [Mon, 27 Aug 2012 13:52:29 +0000 (15:52 +0200)]
Making build.sh sourcing more robust (Closes: #684896).
Daniel Baumann [Mon, 27 Aug 2012 13:43:46 +0000 (15:43 +0200)]
Correcting printf call cosmetically in central wrapper when prepending date and time for each command to not choke upon multiple arguments.
Daniel Baumann [Mon, 27 Aug 2012 13:38:27 +0000 (15:38 +0200)]
Moving aborting when no bootstrap tool is installed from defaults to the respective bootstrap script.
Daniel Baumann [Mon, 27 Aug 2012 13:16:09 +0000 (15:16 +0200)]
Removing old LB= hack when wrapper was not mandatory.
Daniel Baumann [Mon, 27 Aug 2012 12:55:15 +0000 (14:55 +0200)]
Calling local live-build embedded in config directly rather than to adjust path.
Daniel Baumann [Mon, 27 Aug 2012 12:54:20 +0000 (14:54 +0200)]
Adding some comments about the different locations of live-build in the central lb wrapper.
Daniel Baumann [Mon, 27 Aug 2012 12:47:10 +0000 (14:47 +0200)]
Exposing --debootstrap-options and --cdebootstrap-options publicly.
Daniel Baumann [Mon, 27 Aug 2012 12:43:27 +0000 (14:43 +0200)]
Applying patch from Colin Watson <cjwatson@ubuntu.com> to correct chroot hooks execution (Closes: #685534).
Daniel Baumann [Mon, 27 Aug 2012 12:39:14 +0000 (14:39 +0200)]
Correcting wrong bootstrap-qemu-exclude variable in defaults.
Daniel Baumann [Mon, 27 Aug 2012 12:36:42 +0000 (14:36 +0200)]
Removing bootstrap-keyring option.
Daniel Baumann [Mon, 27 Aug 2012 12:33:57 +0000 (14:33 +0200)]
Removing bootstrap-include and bootstrap-exclude options.
Daniel Baumann [Mon, 27 Aug 2012 12:26:08 +0000 (14:26 +0200)]
Removing bootstrap-flavour option (Closes: #685675).
live-build does too much magic that causes too much effort in
maintaining for stuff that hardly everyone uses.
Rather than 'translating' back and forth and maintaining compatibility
between options of different debootstrap and cdebootstrap versions (and
possibly any other in the future), it's is better to 'off-load' this to
the user.
For non-live specific options passed to the bootstrap tools, we'll
be introducing --debootstrap-options and --cdebootstrap-options
where users can specify their additional options passed to the
respective bootstrap tool, rather than us maintaining them in a
'hardcoded' and selected list.
Daniel Baumann [Mon, 27 Aug 2012 12:07:34 +0000 (14:07 +0200)]
Improving check for missing apt-ftparchive to check for the actual file, rather than to check for a possible missleading bootstrap flavour.
Richard Nelson [Tue, 21 Aug 2012 21:15:05 +0000 (16:15 -0500)]
frontend/cgi cleanup remarked line of common function source from last commit on l-b-c.cron.
Richard Nelson [Tue, 21 Aug 2012 21:09:31 +0000 (16:09 -0500)]
frontend/cgi cleanup and support for clone, config, and build on cron job.
Richard Nelson [Tue, 21 Aug 2012 13:45:07 +0000 (08:45 -0500)]
frontend/cgi only source /usr/lib/live/build.sh
Richard Nelson [Mon, 20 Aug 2012 01:21:02 +0000 (20:21 -0500)]
frontend/cgi rename BINARY_INDICES to APT_INDICES
Daniel Baumann [Tue, 14 Aug 2012 21:15:25 +0000 (23:15 +0200)]
Moving from cdn.debian.net to http.debian.net as binary mirror.