Commit Graph

535 Commits

Author SHA1 Message Date
Daniel Baumann febcb6bbf4 Enabling volatile suite for progress itself in progress mode. 2011-08-13 09:08:04 +02:00
Daniel Baumann b6825361ef Correcting indentiation in hook defaults assignment. 2011-08-04 21:49:46 +02:00
Daniel Baumann f3fd3dc2a9 Adding hook to update apt-file cache (Closes: #636440). 2011-08-04 21:47:46 +02:00
Daniel Baumann 6a577d37f6 Setting default kernel flavours for armel to all available flavour due to the nature of armel images (single rootfs image, multiple kernel images). 2011-07-29 15:27:18 +02:00
Daniel Baumann 046e32b5b0 Add forgotten handling of already set chroot_hooks in defaults. 2011-07-24 09:28:49 +02:00
Daniel Baumann 143e793eb7 Updating derivatives handling for d-i mirror defaults to better match the reality that by default, most derivatives are not going to actually rebuild d-i. 2011-07-21 18:44:22 +02:00
Daniel Baumann de6a971029 Setting default compression levels to -6 for gzip, bzip, lzip and lzma tarballs. 2011-07-21 17:48:17 +02:00
Daniel Baumann b7f70c339f Avoid to hijack root-command with linux32, rather set use it in the chroot function only. 2011-07-20 18:10:39 +02:00
Cody A.W. Somerville 968be1f426 Appending 'linux32' to LB_ROOT_COMMAND if 'uname -m' is x86_64 and LB_ARCHITECTURE is i386. 2011-07-20 08:54:54 +02:00
Daniel Baumann e4793268a3 Enabling hooks based on the mode we're building for. 2011-07-19 11:57:21 +02:00
Daniel Baumann ef2752faab Adding kubuntu mode in order to have different defadefault hooks enabled for ubuntu and kubuntu (needed for #630088). 2011-07-19 10:51:20 +02:00
Daniel Baumann 10b0b77f0f Using updated kernel default flavours for sid also for wheezy. 2011-07-14 08:24:33 +02:00
Colin Watson e0a1da6aba Fix default for LB_PARENT_ARCHIVE_AREAS (Closes: #630604). 2011-06-15 22:30:36 +02:00
Daniel Baumann 535051e43d Setting default distribution to wheezy (at least until #622838 is handled). 2011-06-15 21:14:23 +02:00
Colin Watson 65ac1c651c Make --architectures armel only fail if --linux-flavours was not passed (Closes: #630464). 2011-06-14 12:14:22 +02:00
Colin Watson 5d228a8e3e Add --initramfs-compression option (Closes: #627677). 2011-06-13 20:38:44 +02:00
Colin Watson abcc4ca9bf Add --swap-file-path and --swap-file-size options (Closes: #629637). 2011-06-13 20:08:34 +02:00
Daniel Baumann f06a2e3d37 Reworking chroot_tasks into chroot_local-tasklists, now packages and tasks are (almost) handled identical and through local lists only. 2011-06-11 15:54:40 +02:00
Colin Watson 0633d3bc96 Fix incorrect Ubuntu defaults for security and volatile mirrors (Closes: #630080). 2011-06-11 13:37:15 +02:00
Daniel Baumann dc0775d7ae Correct indenting in powerpc kernel defaults. 2011-06-11 13:27:35 +02:00
Colin Watson eb6242e98e Use powerpc and powerpc64-smp kernel flavours by default for Ubuntu, as there is no powerpc64 flavour (Closes: #630032). 2011-06-11 13:26:31 +02:00
Daniel Baumann ae6ed7d84a Removing unmaintained chroot_localization script.
The chroot_localization script did two things:

  * contain a hardcoded list for a couple of packages->l10n-packages
  * (supposed) to set the locales boot parameter correct.

While the first was totally outdated and is a thing that needs to be
constantly updated for changes in debian (and nobody wants to do that)
and it's a broken approach anyway, the second is useless since we're
using syslinux-themes packages anyway.
2011-06-11 13:15:06 +02:00
Daniel Baumann b3ad2f412a Dropping handling of --packages in order to simply things handle packages scheduled for installation through package lists only. 2011-06-11 11:37:37 +02:00
Daniel Baumann a951e84c4f Updating default kernel flavour for debian on i386. 2011-06-05 11:15:17 +02:00
Daniel Baumann 91ae1c5366 Updating default kernel flavour for progress on i386. 2011-06-05 11:14:21 +02:00
Daniel Baumann 338ebe5e6b Correcting wrong task defaults. 2011-06-03 11:47:08 +02:00
Daniel Baumann e4928dc223 Removing unused and not really usefull bootstrap-script option (Closes: #603114).
This option was not used anyway, and, it's actually not much of the
business of live-build anyway. People for custom distributions that
can not use the debian default scripts ship their own patched
debootstrap, and then you don't need the option anymore.
2011-06-03 11:10:38 +02:00
Daniel Baumann 3cd5375fbd Correcting accidentally unconditional default for linux-flavours in progress mode. 2011-06-02 22:55:18 +02:00
Daniel Baumann 57e2fac99b Switching to apt as tasksel for all distributions, except Debian squeeze. 2011-05-16 22:11:26 +02:00
Colin Watson 454043122d Allow installing tasks using apt-get, and do so by default for Ubuntu (Closes: #626940). 2011-05-16 22:11:15 +02:00
Daniel Baumann c5df1371f8 Removing defaults for the alpha architecture, not supported by debian anymore. 2011-05-16 14:59:38 +02:00
Daniel Baumann ef1a33bc14 Adding parent-archive-areas. 2011-03-24 20:25:34 +01:00
Daniel Baumann f261b470f8 Disabling security and volatile repositories for unreleased distributions. 2011-03-21 20:36:50 +01:00
Daniel Baumann 18fc11bcad Setting default for debian-installer on debian to false. 2011-03-21 20:31:51 +01:00
Daniel Baumann ddbf68ff41 Also including the standard task when building the rescue default flavour. 2011-03-12 13:43:32 +01:00
Daniel Baumann 16d5361094 Building standard image flavour with included --tasks standard. 2011-03-12 13:17:12 +01:00
Daniel Baumann 7910dbf330 Updating default mirrors for emdebian (Closes: #614120). 2011-03-09 19:20:44 +01:00
Daniel Baumann ced01e41a1 Correcting logical error with default settings of initsystem. 2011-03-09 19:20:43 +01:00
Daniel Baumann ebf1ea5238 Adding mirror handling for derivatives. 2011-03-09 19:20:43 +01:00
Daniel Baumann ff807068b9 Adding mirror option handling for derivatives. 2011-03-09 19:20:43 +01:00
Daniel Baumann 3047936fb5 Renaming mirror options to parent mirror for handling derivatives nice in future. 2011-03-09 19:20:43 +01:00
Daniel Baumann 90b145de6c Adding initial support for parent distribution for debian-installer. 2011-03-09 19:20:43 +01:00
Daniel Baumann 0762a8e56e Updating upstart support addition to current coding style. 2011-03-09 19:20:42 +01:00
Marco Amadori fda3fe6310 Upstart initsystem support. 2011-03-09 19:20:42 +01:00
Daniel Baumann 2159e3fba7 Adding initial support for making initsystem configurable. 2011-03-09 19:20:42 +01:00
Daniel Baumann 18eeaae602 Updating year in hooks and script files. 2011-03-09 19:20:42 +01:00
Daniel Baumann bedc819013 Updating compression defaults for progress. 2011-03-09 19:20:41 +01:00
Daniel Baumann 82faf6d595 Correcting typo in lzip default options. 2011-03-09 19:20:41 +01:00
Daniel Baumann b59859ac0e Updating parent distribution defaults for progress. 2011-03-09 19:20:41 +01:00
Daniel Baumann bb1230ba24 Shortening iso volume default for progress. 2011-03-09 19:20:41 +01:00
Daniel Baumann 7ce2164003 Updating apt indices defaults for progress. 2011-03-09 19:20:41 +01:00
Daniel Baumann 6d87f0dde3 Adding derivatives handling for progress. 2011-03-09 19:20:41 +01:00
Daniel Baumann 8f4fb88a71 Updating some defaults for progress. 2011-03-09 19:20:41 +01:00
Daniel Baumann d0a5dac971 Removing unused debian-release mode. 2011-03-09 19:20:41 +01:00
Daniel Baumann 41a68e4819 Correcting typo in compression defaults. 2011-03-09 19:20:41 +01:00
Daniel Baumann 69513e9279 Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate way to handle this. 2011-03-09 19:20:40 +01:00
Daniel Baumann dd9ecf3560 Removing encryption support until we have something for current kernels again. 2011-03-09 19:20:40 +01:00
Daniel Baumann 72e0150203 Adding initial defaults for progress. 2011-03-09 19:20:40 +01:00
Daniel Baumann 21815cb707 Generalizing compression handling and adding support for lzip tarballs. 2011-03-09 19:20:40 +01:00
Daniel Baumann a79a5bea10 Simplyfing defaults function a bit. 2011-03-09 19:20:40 +01:00
Daniel Baumann b427b22b88 Removing some more lenny-only stuff. 2011-03-09 19:20:40 +01:00
Daniel Baumann c0d782a1f4 Removing --apt-pdiff option, this doesn't belong into live-build in the first place. 2011-03-09 19:20:39 +01:00
Daniel Baumann aad4e48042 Disabling inclusion of GUI installer images on ubuntu. 2011-03-09 19:20:39 +01:00
Daniel Baumann 5588afd293 Adding debian-installer-launcher in prebuilt images. 2011-03-09 19:20:39 +01:00
Daniel Baumann 4a97d539c9 Making default argument guessing for non-debian systems a bit more robust. 2011-03-09 19:20:38 +01:00
Daniel Baumann 51944c015f Renaming --architecture to --architectures in preparation for multi-arch. 2011-03-09 19:20:37 +01:00
Daniel Baumann 68e8fd157e Renaming 'packages lists' to 'package lists' all over the place. 2011-03-09 19:20:36 +01:00
Daniel Baumann 78492155d3 Removing cdrom-detect/try-usb workaround, not needed anymore. 2011-03-09 19:20:36 +01:00
Daniel Baumann da2c2b0bcc Renaming --binary-indices to --apt-indices for consistency. 2011-03-09 19:20:35 +01:00
Daniel Baumann e54e1e013d Enabling volatile for squeeze. 2011-03-09 19:20:35 +01:00
Daniel Baumann cd172cfe21 First step in cleaning up syslinux handling by using syslinux-theme packages rather than embedded templates. 2011-03-09 19:20:35 +01:00
Daniel Baumann 6e59f3b095 Correcting typo in defaults handling of apt http proxy. 2011-03-09 19:20:34 +01:00
Daniel Baumann 3df7f06c17 Shuffeling dpkg tmpfs hack arround in preparation for generic tmpfs support. 2011-03-09 19:20:34 +01:00
Daniel Baumann af0480e577 Removing hppa case for kernel defaults, squeeze and newer has no hppa anymore. 2011-03-09 19:20:34 +01:00
Daniel Baumann e65578e493 Removing arm case for kernel defaults, squeeze has armel instead. 2011-03-09 19:20:34 +01:00
Daniel Baumann c7a9942687 Removing --binary-pool again, not ready yet.
See #598935, #598991 and and
http://lists.debian.org/debian-live/2010/10/msg00079.html
for details.
2011-03-09 19:20:33 +01:00
Daniel Baumann 972aca9556 Updating defaults for squeeze and d-i gui. 2011-03-09 19:20:32 +01:00
Daniel Baumann ef880ac2bf Updating version constraints in config tree version check. 2011-03-09 19:20:31 +01:00
Daniel Baumann 4826b8c224 Adding option to allow using the live-media pool in live system. 2011-03-09 19:20:31 +01:00
Daniel Baumann c77053d3d8 Replacing lb_chroot_symlinks with a hook, that's more approriate. 2011-03-09 19:20:31 +01:00
Daniel Baumann c5c3f6133a Adding debian version 3.0~a1-1. 2011-03-09 19:19:23 +01:00
Daniel Baumann 2ddc0cef5d Updating year in manpage, hooks, script and template files. 2011-03-09 19:17:33 +01:00
Daniel Baumann b05af6055e Disabling inclusion of GUI installer images on ubuntu. 2011-03-09 19:17:32 +01:00
Daniel Baumann 262cbb3461 Adding debian-installer-launcher in prebuilt images. 2011-03-09 19:17:31 +01:00
Daniel Baumann a71d06e072 Removing cdrom-detect/try-usb workaround, not needed anymore. 2011-03-09 19:17:28 +01:00
Daniel Baumann 7b426dd91a Enabling volatile for squeeze. 2011-03-09 19:17:28 +01:00
Daniel Baumann c43c932602 Correcting typo in defaults handling of apt http proxy. 2011-03-09 19:17:28 +01:00
Daniel Baumann c0ca9ea805 Updating defaults for squeeze and d-i gui. 2011-03-09 19:17:25 +01:00
Daniel Baumann 8442fdc9eb Adding initramfs related defaults for wheezy. 2011-03-09 19:17:24 +01:00
Daniel Baumann c1bd2bed0d Adding support for inclusion of the debian-backports repository. 2011-03-09 19:17:23 +01:00
Daniel Baumann 8c155c17c8 Updating auto/scripts handling. 2011-03-09 19:17:22 +01:00
Daniel Baumann 83bc63f725 Updating internal variables from lh to lb scheme, should be the last piece to finish the live-helper to live-build rename. 2011-03-09 19:17:21 +01:00
Daniel Baumann b49b72172c Updating debian-live homepage in various locations. 2011-03-09 19:17:20 +01:00
Daniel Baumann 4b84f354bf Updating internal calls to use live-build instead of live-helper. 2011-03-09 19:17:19 +01:00
Daniel Baumann ce4581282e Replacing some references to live-helper with live-build. 2011-03-09 19:17:18 +01:00
Daniel Baumann 4d22ca948a Updating copyright headers for live-build. 2011-03-09 19:17:18 +01:00
Daniel Baumann 45e1f443ac Correcting typo in emdebian keyring packages variable (Closes: #593346). 2011-03-09 19:17:18 +01:00
Daniel Baumann c210b8ae44 Moving /usr/share/live-helper to /usr/share/live/build. 2011-03-09 19:17:17 +01:00
Daniel Baumann e87d1e3b6e Setting default distribution to squeeze. 2011-03-09 19:17:17 +01:00
Chris Lamb a0fcfedb0b Fixing spelling typo. 2011-03-09 19:17:16 +01:00
Daniel Baumann 643b41a29d Updating defaults to also add try-usb parameter for cdrom-detect when building iso-hybrid images with included debian-installer. 2011-03-09 19:17:14 +01:00
Daniel Baumann 575648476f Correcting wrong handling of --rsyncable in defaults autodetection of gzip options. 2011-03-09 19:17:11 +01:00
Daniel Baumann 36bddd25da Renaming --chroot-build to --build-with-chroot. 2011-03-09 19:17:09 +01:00
Daniel Baumann 6e36d93f1f Allow to include multiple checksum files and specify which hashes to use. 2011-03-09 19:17:06 +01:00
Daniel Baumann 000ff0a0b0 Adding update repositories as volatile when building in ubuntu mode (Closes: #572983). 2011-03-09 19:17:05 +01:00
Daniel Baumann a625ce959b Updating hostname of ubuntu security updates. 2011-03-09 19:17:05 +01:00
Daniel Baumann 314a1439d8 Setting debian-installer-gui default to false for squeeze and sid. 2011-03-09 19:17:04 +01:00
Daniel Baumann 17c5ed64b2 Adding support for debian-volatile archive. 2011-03-09 19:17:04 +01:00
Daniel Baumann 54518852c8 Updating year to 2010 in copyright notices. 2011-03-09 19:17:04 +01:00
Daniel Baumann 5ab772d8c9 Applying slightly modified patch from Cody A.W. Somerville <cody.somerville@canonical.com> to add support for custom debian installer images mirror. 2011-03-09 19:17:04 +01:00
Daniel Baumann afa0ce7b84 Updating tasks handling for squeeze. 2011-03-09 19:17:04 +01:00
Daniel Baumann c66942f06e Reworking iso-hybrid as an independent binary image type. 2011-03-09 19:17:04 +01:00
Daniel Baumann 9d6a4dedc2 Cleaning up usb helpers for a future usb-zip addition. 2011-03-09 19:17:04 +01:00
Richard Nelson e59e8d5c7d Removed the appending of LH_BOOTAPPEND_LIVE to LH_BOOTAPPEND_INSTALL. 2011-03-09 19:17:04 +01:00
Daniel Baumann 67af4a1ce9 Updating error message on arm/armel regarding kernel flavour selection. 2011-03-09 19:17:04 +01:00
Daniel Baumann 5b3a7d8021 Removing whitespaces at the end of bootappend-install assignements. 2011-03-09 19:17:04 +01:00
Daniel Baumann eeaec0fc3b Don't append and re-append try-usb parameter to bootappend-install options over and over again. 2011-03-09 19:17:04 +01:00
Daniel Baumann da2bfd4f3d Updating defaults for kernel packages to not include separate aufs-modules for squeeze, not needed anymore. 2011-03-09 19:17:03 +01:00
Daniel Baumann bb12d73a8e Removing dead code for bootstrap mirror defaults. 2011-03-09 19:17:03 +01:00
Daniel Baumann b5d8bded4b Bumping ubuntu default distribution to karmic. 2011-03-09 19:17:03 +01:00
Daniel Baumann 09c2e7943c Adding experimental support for isohybrid (Closes: #558688). 2011-03-09 19:17:03 +01:00
Daniel Baumann 701b5affd4 For consistency, using true|false instead of enabled|disabled in configuration options. 2011-03-09 19:17:03 +01:00
Daniel Baumann 3171fcb3f2 Setting win32-loader to disabled in ubuntu mode. 2011-03-09 19:17:03 +01:00
Daniel Baumann 352d962ee8 Removing lpia support, this architecture is dead. 2011-03-09 19:17:03 +01:00
Daniel Baumann 087aebad8d Setting LH_BASE variable in defaults.sh globally. 2011-03-09 19:17:02 +01:00
Daniel Baumann 5841e79b1f Dropping etch support. 2011-03-09 19:17:02 +01:00
Daniel Baumann 8fa7616e69 Updating config tree version checks. 2011-03-09 19:17:02 +01:00
Daniel Baumann 5e4952e8a7 Adding debian version 2.0~a1-1. 2011-03-09 19:16:26 +01:00
Cody A.W. Somerville 7b3038c64f Correcting LH_BOOTAPPEND_INSTALL default values. 2011-03-09 19:09:48 +01:00
Karl Goetz fe17dbbadc Rewording some of the error messages in Check_defaults(). 2011-03-09 19:09:48 +01:00
Karl Goetz b17d43784f Correcting spelling type in 'wrong config tree version' error message. 2011-03-09 19:09:48 +01:00
Karl Goetz 0e1256d02c Replacing all -ge with -gt checks for string max lenghts of iso meta information. 2011-03-09 19:09:48 +01:00
Karl Goetz 2e103e90c5 Adding missing exit 1 in the archtiecture detection case. 2011-03-09 19:09:48 +01:00
Daniel Baumann 5cc363b06e Adding check for config tree version and fail or give warnings if the version doesn't match. 2011-03-09 19:09:48 +01:00
Daniel Baumann 22992d84b0 Updating defaults of linux packages for sid (>= 2.6.31). 2011-03-09 19:09:48 +01:00
Daniel Baumann ec83843d6e Allowing to overwrite default gzip options through config switch or option. 2011-03-09 19:09:46 +01:00
Daniel Baumann e9c580b6ae Updating kernel defaults for squeeze (removing squashfs, not required anymore). 2011-03-09 19:09:46 +01:00
Cody A.W. Somerville 27be06512a Add option to disable use of GTK debian-installer.
Adding the ability to disable use of the GTK graphical
debian-installer is handy either to reduce the size of the
images or if the necessary files aren't available.
2011-03-09 19:09:46 +01:00
Daniel Baumann d97d270715 Setting bootstrap mirror default to ftp.de.debian.org, ftp.us.debian.orgs is too unreliable (round-robin out of sync). 2011-03-09 19:09:46 +01:00
Daniel Baumann ff4e057387 Setting binary mirror default to cdn.debian.net. 2011-03-09 19:09:46 +01:00
Chris Lamb eaf31e811c Generate correct bootappend line for preseed/live-installer/usb-hdd combination. 2011-03-09 19:09:45 +01:00
Chris Lamb f57203d247 Fix usb-hdd d-i installation.
The real fix was done in d-i; this patch change simply turns on
the right switches. In other words, you will need to use a very
new d-i for this to work, possibly with components from SVN.

Let's hold off on actually closing #510280 though, as it gives
the wrong impression.
2011-03-09 19:09:45 +01:00
Daniel Baumann 5cf91050f2 Updating ubuntu specific package preselection. 2011-03-09 19:09:45 +01:00
Cody A.W. Somerville 0fef6abce8 Fixing LH_BOOTAPPEND_INSTALL issues for Ubuntu based builds. 2011-03-09 19:09:44 +01:00
Chris Lamb 476d4c447e Print a warning if you are using "stripped" or "minimal" but you have set LH_BINARY_INCICES="enabled" (Closes: #527974)
This is mostly for people new to 1.0.4 with old configs.
2011-03-09 19:09:44 +01:00
Cody A.W. Somerville 8d5944765f Updating defaults.sh to correctly set default LH_CATEGORIES when in Ubuntu mode. 2011-03-09 19:09:44 +01:00
Cody A.W. Somerville 4afc571314 Adding lpia support. 2011-03-09 19:09:44 +01:00
Daniel Baumann 69d278fdb8 Not adding squashfs-modules to linux-packages on sid anymore, there it's mainlined. 2011-03-09 19:09:44 +01:00
Cody A.W. Somerville a486d3e1ad Adding Ubuntu mode. 2011-03-09 19:09:44 +01:00
Daniel Baumann 3f42bba0c7 Don't always overwrite keyring package option on debian or emedebian mode. 2011-03-09 19:09:43 +01:00
Daniel Baumann f2a30e7d0e Adding missing use of which in defaults setting of bootstrap program. 2011-03-09 19:09:43 +01:00
Daniel Baumann f73041f2f0 Adding initial support for virtual-hdd binary image type. 2011-03-09 19:09:42 +01:00
Chris Lamb ef9121fc23 Improving grammar and clarity of LH_ISO_APPLICATION etc. warnings 2011-03-09 19:09:42 +01:00
Chris Lamb c081caf4d7 Correcting spelling of s/lenght/length/ in warning messages. 2011-03-09 19:09:42 +01:00
Daniel Baumann 0e2d53d5d9 Evalualting iso volume before checking their lenght, thanks to Roberto C. Morano <rcmorano@emergya.es>. 2011-03-09 19:09:42 +01:00
Daniel Baumann e7da04b0f9 Emitting a warning rather than an error when iso strings are too long. 2011-03-09 19:09:42 +01:00
Daniel Baumann b7dd974083 Adding checks for exceeding lenght of the iso header strings. 2011-03-09 19:09:42 +01:00
Daniel Baumann 3d0af32269 Shortening LH_ISO_VOLUME defaults to not exceed max lenght (Closes: #515974). 2011-03-09 19:09:42 +01:00
Daniel Baumann a31541517b Updating syslinux menu configuration. 2011-03-09 19:09:42 +01:00
Daniel Baumann 9a8304d03b Adding new setting for binary indices: If set to none, no indices are included at all. 2011-03-09 19:09:42 +01:00
Daniel Baumann 1d696b028a Only enabling win32-loader by default if we also include debian-installer. 2011-03-09 19:09:42 +01:00
Daniel Baumann 9ac71a43ef For space consideration, don't install laptop task in desktop images by default anymore. 2011-03-09 19:09:42 +01:00
Daniel Baumann 431a8208a3 Really correcting bootstrap default logic to not overwrite the 'copy' method. 2011-03-09 19:09:42 +01:00
Daniel Baumann ef61a9d85f Correcting bootstrap default logic to not overwrite the 'copy' method. 2011-03-09 19:09:42 +01:00
Daniel Baumann 8c95e65a48 Including the distribution name in iso volume when being in debian mode. 2011-03-09 19:09:41 +01:00
Daniel Baumann b32d8b0eb3 Correcting typo in iso volume. 2011-03-09 19:09:41 +01:00
Daniel Baumann c2e7d59973 Adding own iso volume when beeing in release mode. 2011-03-09 19:09:41 +01:00
Daniel Baumann 99a850bd20 Introducing debian-release mode. 2011-03-09 19:09:41 +01:00
Daniel Baumann 68d4026b09 Correcting wrong logic in defaults.sh which resultet in having loop-aes-utils always installed. 2011-03-09 19:09:41 +01:00
Daniel Baumann fd323f7124 Overwriting the debootstrap or fdisk program if it is set to a value that is not on the host system anymore, but another alternative of it is. 2011-03-09 19:09:41 +01:00
Daniel Baumann 989f26d87b Updating year in copyright notices for 2009. 2011-03-09 19:09:40 +01:00
Daniel Baumann 8273a3f812 Correcting typo in previous aptitude->tasksel commit. 2011-03-09 19:09:40 +01:00
Daniel Baumann 84e4a199da Setting default taskel program from aptitude to tasksel. 2011-03-09 19:09:40 +01:00
Daniel Baumann 03cfa3a064 Unsupported bootloader/image type combinations are errors, not warning. 2011-03-09 19:09:40 +01:00
Antonio Terceiro 2a3056e8a9 Don't break messages into parts; this make it impossible for translators 2011-03-09 19:09:39 +01:00
Daniel Baumann b9f5121f53 Adding check for currently not supported bootloader/image-type combinations. 2011-03-09 19:09:39 +01:00
Daniel Baumann bebfa492f7 Adding short comments to the different cases in Check_defaults();. 2011-03-09 19:09:39 +01:00
Chris Lamb 03e1b85dc4 Set default value of _COLOR to "false" from "disabled". 2011-03-09 19:09:37 +01:00
Daniel Baumann 64fe27d865 Adding emdebian grip mode. 2011-03-09 19:03:45 +01:00
Daniel Baumann 563df7464f Removing debian-edu mode, outdated and apparently not used anymore. 2011-03-09 19:03:45 +01:00
Daniel Baumann 95918265bc Correcting defaults check for diverted losetup binary to also cope with host systems that do install loop-aes-utils after populating live-helper config. 2011-03-09 19:03:45 +01:00
Daniel Baumann 95f40a04d6 Updating lxde-desktop support. 2011-03-09 19:03:45 +01:00
Daniel Baumann c225229f29 Implementing colorful output (currently disabled by default, though). 2011-03-09 19:03:44 +01:00
Daniel Baumann 776a7b2227 Generalizing internal LH_BREAKPOINTS variable. 2011-03-09 19:03:44 +01:00
Daniel Baumann ad6b01b388 Generalizing internal LH_VERBOSE variable. 2011-03-09 19:03:44 +01:00
Daniel Baumann cb0894b3b3 Generalizing internal LH_QUIET variable. 2011-03-09 19:03:43 +01:00
Daniel Baumann 3ff1c8050b Generalizing internal LH_DEBUG variable. 2011-03-09 19:03:43 +01:00
Daniel Baumann 137f573c85 Generalizing internal LH_FORCE variable. 2011-03-09 19:03:43 +01:00
Daniel Baumann 0eaf9e5122 Adding armel to architecture specific checks. 2011-03-09 19:03:43 +01:00
Daniel Baumann 37d2fb4b0f Don't use set -e in sourced functions, this is the job of the actual executed script. 2011-03-09 19:03:43 +01:00
Daniel Baumann 4718372f13 Automatically correct LH_SETUP value if the configured losetup cannot be found. 2011-03-09 19:03:42 +01:00
Chris Lamb f5fc8b9c9f Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM. 2011-03-09 19:03:41 +01:00
Daniel Baumann 30bac7a328 Don't install more than one kernel image when building minimal or stripped images. 2011-03-09 19:03:40 +01:00
Chris Lamb 5a4b8ca4f9 Improve architecture auto-detection. 2011-03-09 19:03:40 +01:00
Daniel Baumann 953253444b Setting project email address to the new debian-live@lists.debian.org. 2011-03-09 19:03:40 +01:00
Daniel Baumann fa8e9f9381 Renaming sections to categories in order to use the same names as Debian Policy does (Closes: #483777). 2011-03-09 19:03:40 +01:00
Chris Lamb e86a27449a Install loop-aes-utils if we are using encryption. 2011-03-09 19:03:40 +01:00
Chris Lamb 59e0b310a3 Correct logic in LH_BOOTAPPEND_INSTALL handling
(LH_BOOTAPPEND_INSTALL was being overridden if a preseed.cfg was found.)
2011-03-09 19:03:40 +01:00
Daniel Baumann 45e82061bb Correcting win32-loader default values. 2011-03-09 19:03:39 +01:00
Daniel Baumann 3e3bb42607 Moving win32-loader inclusion support from external hook into main program (Closes: #476546). 2011-03-09 19:03:39 +01:00
Daniel Baumann 1768bfdc24 Removing superfluous echo type from echo call. 2011-03-09 19:03:39 +01:00
Daniel Baumann ec3874040a Correcting escaping of $VERSION in LH_ISO_PREPARER defaults. 2011-03-09 19:03:39 +01:00
Chris Lamb 13aa45aeda Correcting aesthetic typo "proces" -> "process". 2011-03-09 19:03:39 +01:00
Chris Lamb 808b473e08 Add leading space to prevent unnecessary diff when running lh_config repeatedly. 2011-03-09 19:03:39 +01:00
Chris Lamb 135276b93e Rename internal LH_BOOTAPPEND_PRESEED variable to _LH_BOOTAPPEND_PRESEED 2011-03-09 19:03:39 +01:00
Daniel Baumann f319841cc8 Replacing remaining echo calls with proper echo functions. 2011-03-09 19:03:39 +01:00
Daniel Baumann 7e5d71ed64 Don't expand version in default configuration, but rather use it dynamically. 2011-03-09 19:03:39 +01:00
Tiago Bortoletto Vaz f34c8d45f5 Supporting remote preseeding files. 2011-03-09 19:03:39 +01:00
Tiago Bortoletto Vaz aa6204c8ae Also allowing multiple preseeding files for netboot. 2011-03-09 19:03:39 +01:00
Daniel Baumann 384a050c79 Adding guessing of the preseeding filename, and way to manually overwrite it (or select it in case of multiple available preseeding files). 2011-03-09 19:03:39 +01:00
Tiago Bortoletto Vaz 6205a24620 Adding last modifications in order to have localization fully working in live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff. 2011-03-09 19:03:38 +01:00
Daniel Baumann ba25e433b5 Merging debian-installer-daily option into debian-installer-distribution. 2011-03-09 19:03:38 +01:00
Tiago Bortoletto Vaz 2acf049825 Suporting debian-installer distribution choice, which makes possible to build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME. 2011-03-09 19:03:38 +01:00
Chris Lamb b07f1ccc01 Print a warning when package caching is disabled but d-i integration is enabled. 2011-03-09 19:03:37 +01:00
Chris Lamb c184c0a74f Perform in LH_BOOTAPPEND_INSTALL conditional expansion manually to avoid expansion bug/feature on repetitive calls to lh_config (Closes: #488672) 2011-03-09 19:03:36 +01:00
Chris Lamb cfc182e161 Print a friendlier message if debootstrap or cdebootstrap cannot be found. 2011-03-09 19:03:36 +01:00
Chris Lamb 39310a3121 Migrate a In_list candidate to grep -E.
Perhaps we could .-include the In_list function?
2011-03-09 19:03:36 +01:00
Chris Lamb cc8092771e Add support for usb-hdd on sparc (requires parted 1.8 from experimental). 2011-03-09 19:03:35 +01:00
Chris Lamb d4f70af91b Add support for the sparc architecture. 2011-03-09 19:03:35 +01:00
Daniel Baumann 9ad7466cf1 Adding powerpc64 to default kernel flavours (in addition to the normal 32 bit one). 2011-03-09 19:03:33 +01:00
Chris Lamb 50e21abdb5 helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap" 2011-03-09 19:03:32 +01:00
Daniel Baumann 716c2c8ab7 Removing temporary workaround of adding lzma-modules2.6 to linux packages, all fixed squashfs are now in sid and lenny. 2011-03-09 19:03:31 +01:00
Daniel Baumann 98b7e55ecb Also including lzma modules on lenny temporarily. 2011-03-09 19:03:31 +01:00
Chris Lamb 55472e6557 Allow LH_ENCRYPTION="disabled" to disable encryption 2011-03-09 19:03:29 +01:00
Daniel Baumann fcbe998101 Switching default of LH_APT from aptitude to apt for >= lenny.
Apt in lenny also supports tracking of 'orphaned' packages. If aptitude is
installed, apt can't be removed, so by switching to apt making the default
images a tiny bit smaller. And, aptitude got mainly default because of the
sarge->etch update recommendation.
2011-03-09 19:01:53 +01:00
Daniel Baumann b222519217 Including 686 kernel flavour on i386 too, but defaulting (still) to 486 for compatibility reasons. 2011-03-09 19:01:50 +01:00
Daniel Baumann c5a91189a0 Updating copyright years to 2008. 2011-03-09 19:01:41 +01:00
Daniel Baumann 9c9dfb24b8 Fixed accidental overwriting of LH_NET_TARBALL value in defaults. 2011-03-09 18:36:19 +01:00
Daniel Baumann 851dc3ca93 Adding lzma modules on sid. 2011-03-09 18:36:15 +01:00
Daniel Baumann 0c9fc8846d Adding option to set binary-net compression (or disable it). 2011-03-09 18:36:13 +01:00
Daniel Baumann 63a5d0c7a4 Improving etch compat warnings. 2011-03-09 18:36:07 +01:00
Daniel Baumann b0c38d67e2 Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing dedicated LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only. 2011-03-09 18:36:07 +01:00
Daniel Baumann 09f88a6e38 Adding apt/aptitude options.
By using APT_OPTIONS and APTITUDE_OPTIONS in config/common,
one can manipulate the default options wich is made to each
and every apt and aptitude call.
2011-03-09 18:36:05 +01:00
Daniel Baumann 74b2c5778d Renaming mini flavour to stripped to avoid confusion, thanks to Fathi Boudra <fabo@debian.org> and Ben Armstrong <synrg@debian.org>. 2011-03-09 18:35:54 +01:00
Daniel Baumann 86da6b8fa1 Using ftp.us.debian.org rather than ftp.debian.org, see http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html. 2011-03-09 18:35:50 +01:00
Daniel Baumann 342d2870eb Consistently using the pipe as seperator in sed commands now. 2011-03-09 18:35:39 +01:00
Daniel Baumann f343828646 Checking LH_APT when using mini and minimal package lists. 2011-03-09 18:22:29 +01:00
Daniel Baumann e6517de50a Don't fail silently when extern executables are configured but not present. 2011-03-09 18:22:29 +01:00
Daniel Baumann 01d34e6d1d Adding binary filesystem option, currently only supporting fat16 and fat32. 2011-03-09 18:22:29 +01:00
Daniel Baumann 02a9e71667 Adding option to disable md5sum generation. 2011-03-09 18:22:29 +01:00
Daniel Baumann 8321653cb3 Adding check to detect gnu-fdisk and using the original fdisk, thanks to Peter Skogström <peter.skogstrom@bitrunner.com> for the report. 2011-03-09 18:22:29 +01:00
Daniel Baumann f2e96d49eb Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>. 2011-03-09 18:22:29 +01:00
Daniel Baumann b17568a395 Added warning about etch compatibility of lh_config options. 2011-03-09 18:22:29 +01:00
Daniel Baumann 65fc4e1645 Fixing wrong kernel flavour warning message on m68k. 2011-03-09 18:22:28 +01:00
Daniel Baumann 7c8551a397 Correcting some language shortcommings. 2011-03-09 18:22:28 +01:00
Daniel Baumann ba83790488 Adding option to allow building in fakeroot/fakechroot environment, thanks to An-Cheng Huang <ancheng@vyatta.com>. 2011-03-09 18:22:28 +01:00
Jesse Hathaway 64333346c2 add new option to mount cow device on nfs volume
At the moment this only works with the root volume
on nfs as well. If we add a switch to configure the
network early in the boot process then this option
could be made available for other root mediums. This
option works reliably on the latest kernel 2.6.23.1
On earlier kernels I experienced frequent oopses.
2011-03-09 18:22:28 +01:00
Daniel Baumann b7b7cd4c81 Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap. 2011-03-09 18:22:28 +01:00
Jesse Hathaway a7491e1349 add exposedroot option which exposes the root fs as ro
This option allows you to expose the root read only.  Using
this option a person could upgrade the root filesystem or
add packages without requiring the user to reboot. The root
filesystem could be kept on an nfs volume or some other
persistent medium. Multiple clients could then be booted off
the same root fs. I used LTSP as a template to determine which
directories to make rw.
2011-03-09 18:22:28 +01:00
Daniel Baumann 2a75e5b712 Setting default union filesystem to for etch to unionfs. 2011-03-09 18:22:28 +01:00
Daniel Baumann b42ba83688 Removing mkisofs support. 2011-03-09 18:22:28 +01:00
Daniel Baumann 624fca8de5 Removing ubuntu support. 2011-03-09 18:22:27 +01:00
Daniel Baumann 777875f2f2 Setting union filesystem default to aufs since default distribution is lenny. 2011-03-09 18:22:27 +01:00
Daniel Baumann 0ac777d90b Adjusting error message: debootstrap is default, hence listed first. 2011-03-09 18:22:27 +01:00
Daniel Baumann 2a5637facd Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an actual value at build-time (Closes: #446306). 2011-03-09 18:22:27 +01:00
Otavio Salvador 48c24d0b1b bootstrap: add support to include and exclude packages
To allow better customization of resulting system, support to include
and exclude packages of base system has been added. It has been
included for debootstrap and cdebootstrap helpers.
2011-03-09 18:22:27 +01:00
Daniel Baumann f2734daf0a Replacing backticks with POSIX expression. 2011-03-09 18:22:27 +01:00
Otavio Salvador 8514767b36 add new options to allow support for syslinux with vesa menu
A set of new options has been add to allow the syslinux vesa menu
support to be added. Those are the new options:

 - LH_SYSLINUX_CFG: set custom syslinux configuration file
 - LH_SYSLINUX_MENU: set syslinux menu
 - LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for
   live entries
 - LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY: set text to be used on the
   menu for live entries (failsafe ones)
 - LH_SYSLINUX_MENU_MEMTEST_ENTRY: set text to be used on the menu
   for memtest entry
2011-03-09 18:22:27 +01:00
Daniel Baumann a3a132a315 Passing live bootappends to debian-installer. 2011-03-09 18:22:26 +01:00
Daniel Baumann 8a99616e89 Adding LH_BOOTAPPEND_INSTALL. 2011-03-09 18:22:26 +01:00
Daniel Baumann 54ff9fc7b2 Renaming LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE. 2011-03-09 18:22:26 +01:00
Daniel Baumann d225892ace Setting default distribution to lenny. 2011-03-09 18:22:26 +01:00
Daniel Baumann 5883fe6864 Setting default language to 'en'. 2011-03-09 18:22:26 +01:00
Daniel Baumann 72b9b99b8a Downgrading Ubuntu minimal requirements from gutsy to feisty. 2011-03-09 18:22:26 +01:00
Daniel Baumann 63631975b7 Adding live-helper 1.0~a27-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann 8c3178682b Adding live-helper 1.0~a25-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann 0d0de885e3 Adding live-helper 1.0~a22-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann f314791fa2 Adding live-helper 1.0~a20-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann c79ab34a7c Adding live-helper 1.0~a19-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann 0d5ff4ca75 Adding live-helper 1.0~a18-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann cd5110f6b8 Adding live-helper 1.0~a17-1. 2011-03-09 18:22:25 +01:00
Daniel Baumann 504c05c3a6 Adding live-helper 1.0~a15-1. 2011-03-09 18:19:41 +01:00
Daniel Baumann 37a5c53ddd Adding live-helper 1.0~a14-1. 2011-03-09 18:18:30 +01:00
Daniel Baumann 85c342c299 Adding live-helper 1.0~a13-1. 2011-03-09 18:18:30 +01:00
Daniel Baumann d1ee66e44c Adding live-helper 1.0~a12-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann 97c3a13dcc Adding live-helper 1.0~a10-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann bd1a5ddc82 Adding live-helper 1.0~a8-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann 8a4a50fdb6 Adding live-helper 1.0~a7-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann 4739146fc6 Adding live-helper 1.0~a6-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann 1863ed8874 Adding live-helper 1.0~a5-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann da353a5231 Adding live-helper 1.0~a4-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann 799d4bfb31 Adding live-helper 1.0~a3-1. 2011-03-09 18:18:28 +01:00
Daniel Baumann 677415f6d7 Adding live-helper 1.0~a2-1. 2011-03-09 18:18:28 +01:00
Daniel Baumann 49524055a1 Adding live-helper 1.0~a1-2. 2011-03-09 18:18:27 +01:00
Daniel Baumann fe6eb1c593 Adding live-helper 1.0~a1-1. 2011-03-09 18:14:51 +01:00