Commit Graph

57 Commits

Author SHA1 Message Date
Daniel Baumann d036786462 Allow to include multiple checksum files and specify which hashes to use. 2010-05-01 08:24:56 +02:00
Daniel Baumann ec572c7d15 Renaming md5sum helpers to checksums. 2010-05-01 07:39:49 +02:00
Daniel Baumann 9de680f667 Making sure live-helper.sh is sourced early enough wrt/ auto scripts. 2010-04-18 14:43:23 +02:00
Daniel Baumann 3afd7393fd Printing message when auto scripts are used to make debug logs more understandable. 2010-04-18 14:40:09 +02:00
Daniel Baumann 727165a5e8 Replacing 'noautoconfig' string in auto/ scripts with 'noauto'. 2010-04-18 14:38:14 +02:00
Daniel Baumann 7b43a640ed Don't fail on samhain workaround when we're cleaning up. 2010-04-17 20:23:27 +02:00
Daniel Baumann 684e14653f Updating Man function to work with lh as wrapper. 2010-04-09 21:28:47 +02:00
Daniel Baumann 49df286dd7 Calling Check_defaults twice in lh_config, once when we initialize and once when the modified configuration is written (Closes: #576573). 2010-04-09 21:28:47 +02:00
Daniel Baumann 6f967193a6 Adding special hack to prevent samhain from initializing. 2010-04-09 21:28:43 +02:00
Daniel Baumann 9fdf028aa8 Making handling of cache/packages_bootstrap a bit more error proove, thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> for bringing it up. 2010-04-09 21:28:42 +02:00
Daniel Baumann 2b25d825fa Adding -r, --repositories option to select preconfigured third-party repositories more easily. 2010-04-09 21:28:19 +02:00
Daniel Baumann 89abea479f Updating appending of union boot paramater to only append, when we're not using aufs. 2010-03-17 20:33:15 +01:00
Daniel Baumann a44b66389f Manually removing resolvconf when building kde-desktop release images. 2010-03-12 16:20:40 +01:00
Daniel Baumann 7e16da4255 Correcting typo in desktop hacks. 2010-03-12 16:19:59 +01:00
Daniel Baumann ca8429ebf4 Adding update repositories as volatile when building in ubuntu mode (Closes: #572983). 2010-03-12 16:19:52 +01:00
Daniel Baumann 4a5a5920e1 Only remove auxilliary packages in rootfs when not using pre-cached chroot (Closes: #572976). 2010-03-12 16:08:21 +01:00
Steven Shiau f2e2d47c68 Fixing build failure with indices caching. 2010-03-12 16:08:14 +01:00
Daniel Baumann f8ca191ca2 Adding support for debian-volatile archive. 2010-03-06 17:23:59 +01:00
Daniel Baumann 2b8ea54d76 Updating year to 2010 in copyright notices. 2010-03-04 13:43:09 +01:00
Trent W. Buck 9d65522189 Adding helper to prevent upstart from being run during chroot phase (Closes: #571056). 2010-03-04 13:36:28 +01:00
Daniel Baumann c7bcd899f0 Applying slightly modified patch from Cody A.W. Somerville <cody.somerville@canonical.com> to add support for custom debian installer images mirror. 2010-03-04 13:22:15 +01:00
Daniel Baumann 365a757bf5 Updating default desktop configuration quirks. 2010-02-21 14:16:56 +01:00
Daniel Baumann 77664c045c Reworking iso-hybrid as an independent binary image type. 2010-02-20 17:57:32 +01:00
Daniel Baumann 728f74d9b4 Cleaning up usb helpers for a future usb-zip addition. 2010-02-20 17:57:26 +01:00
Marco Amadori 095ce3a7b4 Installs policy-rc.d also in binary phase.
* Potentially apt upgrades could trigger daemon restarts that could
  lock filesystems like /proc in the chroot system.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
2010-02-20 17:46:07 +01:00
Daniel Baumann 6b75ba6159 Automatically populating config tree when having auto/config present and lh build is called without having lh config run before. 2010-02-20 17:45:46 +01:00
Daniel Baumann b7879356c5 Marking gwenview in chroot_localization as lenny-only, thanks to Rodrigo P. Gomez <armyofthepenguin@gmail.com>. 2010-02-20 17:45:36 +01:00
Daniel Baumann 383658641e Removing remaining leftovers from etch-only options --genisoimage and --union-filesystem removals (Closes: #568261). 2010-02-17 12:30:07 +01:00
Daniel Baumann 3a32284de7 Also using sources.list snipplets for local packages just as for the other repositories (Closes: #569619). 2010-02-17 12:30:07 +01:00
Daniel Baumann 10da6c3ec0 Dropping lh_ prefix from internal helpers, this is not user visible. 2010-02-05 17:10:44 +01:00
Tzafrir Cohen 7f1599d218 For lh_local, checking first for helpers in LH_BASE.
lh_local sets PATH and LH_BASE. However the live-helper wrapper script
looks for helper script in the system path (/usr/share/live-helper/helpers)
before looking for them in the PATH.

This patch thus instructs lh to first adds test under LH_BASE, if set.
2010-02-01 12:36:00 +01:00
Daniel Baumann aaca8c1f1a Adding support for gfxboot. 2010-02-01 09:34:12 +01:00
Daniel Baumann fd05de06ea Changing binary indices behaviour as suggested by Ben Armstrong <synrg@debian.org>, means we're now including binary sources by default (unless they are the same as chroot ones), and binary indices now only controls if apt lists need to be included in the resulting binary image. 2010-01-31 17:07:35 +01:00
Daniel Baumann e54f4a09df Also making use of package cache during chroot_local-hooks (Closes: #566838). 2010-01-31 14:19:49 +01:00
Daniel Baumann 87012e41db Displaying a message between setting up squashfs-tools and starting mksquashfs so that users know what is going on, thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> (Closes: #566250). 2010-01-23 09:47:41 +01:00
Daniel Baumann f358b604c6 Adding special handling for kde-desktop hook in lh_chroot_hocks. 2010-01-20 13:03:50 +01:00
Ben Armstrong c6ecdcfc9c Update lh_source_debian to deal with multiple dsc files for the same source. 2010-01-19 20:44:25 +01:00
Daniel Baumann d1f3fcab0e Automatically setting-up backports repository when specifying lenny-backports as target distribution. 2010-01-12 05:36:45 +01:00
Daniel Baumann bf343607c1 Renaming directory that holds automatic scripts (e.g. scripts/config or scripst/clean) to auto for consistency reasons. 2010-01-11 23:59:22 +01:00
Daniel Baumann ff1e5377a8 Making unmount routines a bit more robust. 2009-12-23 22:27:18 +01:00
Daniel Baumann 199a6035fe Correcting handling of precached chroot when using plain chroot filesystem. 2009-12-22 22:20:58 +01:00
Daniel Baumann 8d96dae42d Ensure that precached-chroots are prepared as well. 2009-12-21 14:33:03 +01:00
Daniel Baumann 1e75f2b55e Changing local packageslists behaviour for consistency reasons, now looking for .list suffix and enabling them automatically (Closes: #545403). 2009-12-14 10:54:42 +01:00
Daniel Baumann 69ac868d94 Handling d-i required packages regarding kernel flavours differently on ubuntu. 2009-12-14 08:39:19 +01:00
Daniel Baumann 69b518b0b8 Adding experimental support for isohybrid (Closes: #558688). 2009-12-13 21:21:59 +01:00
Daniel Baumann 0b285d1c45 For consistency, using true|false instead of enabled|disabled in configuration options. 2009-12-13 21:17:45 +01:00
Daniel Baumann 494ea2795e Removing lpia support, this architecture is dead. 2009-12-09 21:54:41 +01:00
Daniel Baumann 2d02a479d1 Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109). 2009-12-09 08:20:21 +01:00
Daniel Baumann f749cf3683 Adding a 'sleep 1' before removing the loopdevice when creating usb-hdd images. 2009-11-30 13:50:12 +01:00
Daniel Baumann e393e7d27b Updating icedove-l10n packagename handling for post-lenny, thanks to intrigeri <intrigeri@boum.org>. 2009-11-30 13:47:54 +01:00