summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
2008-04-15Improving .deb caching by using hardlinks (if possible).Daniel Baumann
2008-04-10helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap"Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-09Releasing live-helper 1.0~a43-1.Daniel Baumann
2008-04-08Fixing forgotten variable in conffile loop.Daniel Baumann
2008-04-07Allowing multiple arguments for Read_conffile();.Daniel Baumann
2008-04-07Centraly evaluate LH_CONFIG for custom configuration file.Daniel Baumann
2008-04-03Removing temporary workaround of adding lzma-modules2.6 to linux packages, ↵Daniel Baumann
all fixed squashfs are now in sid and lenny.
2008-03-31Releasing live-helper 1.0~a42-1.Daniel Baumann
2008-03-28Also including lzma modules on lenny temporarily.Daniel Baumann
2008-03-26Applying patch from Bas Wijnen <wijnen@debian.org> to correct error messages ↵Daniel Baumann
in Require_stagefile (Closes: #472774).
2008-03-26Applying patch from Bas Wijnen <wijnen@debian.org> to make ↵Daniel Baumann
Check_crossarchitecture() working on non-listed architectures (Closes: #472775).
2008-03-25Releasing live-helper 1.0~a41-1.Daniel Baumann
2008-03-23Allow LH_ENCRYPTION="disabled" to disable encryptionChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-21Switching default of LH_APT from aptitude to apt for >= lenny.Daniel Baumann
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.
2008-03-11Including 686 kernel flavour on i386 too, but defaulting (still) to 486 for ↵Daniel Baumann
compatibility reasons.
2008-03-10functions/losetup.sh: use SECTORS as variable name to reflect the real usageOtavio Salvador
2008-03-08Bumping live-helper version.Daniel Baumann
2008-03-06Updating copyright years to 2008.Daniel Baumann
2008-03-01Fixed accidental overwriting of LH_NET_TARBALL value in defaults.Daniel Baumann
2008-02-29Adding lzma modules on sid.Daniel Baumann
2008-02-27When a wrong argument is passed, that argument should be listed (Closes: ↵Daniel Baumann
#468201).
2008-02-26Adding option to set binary-net compression (or disable it).Daniel Baumann
2008-02-24Fixing quoting with chroot wrapper calls.Daniel Baumann
2008-02-24Fixing aptitude typo.Daniel Baumann
2008-02-24Improving etch compat warnings.Daniel Baumann
2008-02-21Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing dedicated ↵Daniel Baumann
LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only.
2008-02-21Adding apt/aptitude options.Daniel Baumann
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.
2008-01-17Renaming mini flavour to stripped to avoid confusion, thanks to Fathi Boudra ↵Daniel Baumann
<fabo@debian.org> and Ben Armstrong <synrg@debian.org>.
2008-01-16Using ftp.us.debian.org rather than ftp.debian.org, see ↵Daniel Baumann
http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
2008-01-16Use C-style 'include' in lists (backwards compatible).Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Consistently using the pipe as seperator in sed commands now.Daniel Baumann
2007-12-22Switching to GPL3+.Daniel Baumann
2007-12-22Checking LH_APT when using mini and minimal package lists.Daniel Baumann
2007-11-21Don't fail silently when extern executables are configured but not present.Daniel Baumann
2007-11-19Preparing live-helper 1.0~a38-1.Daniel Baumann
2007-11-16Adding binary filesystem option, currently only supporting fat16 and fat32.Daniel Baumann
2007-11-14Fixing typing error.Daniel Baumann
2007-11-14Moving lh_losetup into an internal function, avoiding helper failure with ↵Daniel Baumann
return value due to new trap.
2007-11-13Extending conffiles to allow config/., config/., as well as config/, ↵Daniel Baumann
config/. and config/..
2007-11-13Preparing live-helper 1.0~a37-1.Daniel Baumann
2007-11-13Removing the unmounting of pseudo filesystems from the trap call, needs some ↵Daniel Baumann
other changes before it can safely be done.
2007-11-13Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.Daniel Baumann
2007-11-12Adding option to disable md5sum generation.Daniel Baumann
2007-11-12Adding check to detect gnu-fdisk and using the original fdisk, thanks to ↵Daniel Baumann
Peter Skogström <peter.skogstrom@bitrunner.com> for the report.
2007-11-11Extending --force to also cover lockfiles to avoid recursive loop within trap.Daniel Baumann
2007-11-11Making umount calls check if they are actually necessary.Daniel Baumann
2007-11-11Fixing trap call, thanks to An-Cheng Huang <ancheng@vyatta.com>.Daniel Baumann
2007-11-11Improving trap call to unmount pseudo filesystem when failing as suggested ↵Daniel Baumann
by Justin Pryzby <jpryzby@quoininc.com>.
2007-11-11Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.Daniel Baumann
2007-11-11Added warning about etch compatibility of lh_config options.Daniel Baumann