summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_rootfs
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Dropping lh_ prefix from internal helpers, this is not user visible.Daniel Baumann1-453/+0
2011-03-09Displaying a message between setting up squashfs-tools and starting ↵Daniel Baumann1-0/+3
mksquashfs so that users know what is going on, thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> (Closes: #566250).
2011-03-09Ensure that precached-chroots are prepared as well.Daniel Baumann1-0/+26
2011-03-09For consistency, using true|false instead of enabled|disabled in ↵Daniel Baumann1-12/+12
configuration options.
2011-03-09Removing lpia support, this architecture is dead.Daniel Baumann1-1/+1
2011-03-09Dropping etch support.Daniel Baumann1-19/+2
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann1-1/+1
2011-03-09Tidy helper calls before and after switching chroot filesystem in ↵Daniel Baumann1-18/+0
lh_binary_rootfs to not leave certain helpers activated at the end of the build, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
2011-03-09Deprecating all dashed forms of commands.Daniel Baumann1-72/+72
2011-03-09Using pre-cached bootstrap stage, if available, in order to build chroot ↵Daniel Baumann1-3/+117
image which dramatically speads up building of large images.
2011-03-09Manually ensuring correct permissions of filesystem.squashfs in order to ↵Daniel Baumann1-0/+1
prevent unbootable systems in some nutcases.
2011-03-09Adding lpia support.Cody A.W. Somerville1-1/+1
2011-03-09Adding initial support for virtual-hdd binary image type.Daniel Baumann1-1/+23
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann1-1/+1
2011-03-09Using common function file to source shell includes.Daniel Baumann1-6/+1
2011-03-09Translating the description of the helpersAntonio Terceiro1-1/+1
2011-03-09Generalizing internal LH_VERBOSE variable.Daniel Baumann1-1/+1
2011-03-09Generalizing internal LH_QUIET variable.Daniel Baumann1-1/+1
2011-03-09Generalizing internal Chroot(); by requiring its first argument to be the ↵Daniel Baumann1-3/+3
chroot directory.
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann1-1/+1
2011-03-09Enforcing lh_config to be run before lh_build, see also ↵Daniel Baumann1-1/+1
http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
2011-03-09Using simplified Require_stagefile(); calls by passing multiple arguments.Daniel Baumann1-2/+1
2011-03-09Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support ↵Daniel Baumann1-1/+1
wildcards in rootfs exclude lists (Closes: #500677).
2011-03-09Refactor partition size calculation, ensuring a uniform increase for ext ↵Chris Lamb1-1/+2
partitions.
2011-03-09mksquashfs in Lenny supports -no-progress, so remove (broken) check.Chris Lamb1-1/+1
2011-03-09Correcting chroot call to process config/binary_rootfs/excludes in chrooted ↵Daniel Baumann1-1/+1
builds.
2011-03-09Passing -wildcards to mksquashfs call when having excludes, thanks to ↵Daniel Baumann1-1/+14
Phillip Lougher <phillip@lougher.demon.co.uk>.
2011-03-09Introducing config/binary_rootfs/excludes as a generic way to exclude files ↵Daniel Baumann1-9/+36
manually from the binary image.
2011-03-09Revert aborting live d-i installation if minimal/stripped is selected and ↵Chris Lamb1-5/+8
instead attempt to not break the chroot too much in this case
2011-03-09Replace another unweildy "if P1 || P2" statement with its "case" equivalent.Chris Lamb1-4/+5
2011-03-09Using new Read_conffile(); now.Daniel Baumann1-7/+1
2011-03-09Adding 'all' configuration file.Daniel Baumann1-0/+1
2011-03-09lh_binary_rootfs: RemoveChris Lamb1-0/+3
mksquashfs has a nasty habit of segfaulting when creating an image where an image already exists. This can happen, for example, if you are performing multiple runs of lh_binary and the build breaks for some reason. This is almost certainly a bug in mksquashfs; I will look into finding a suitable testcase.
2011-03-09Updating copyright years to 2008.Daniel Baumann1-1/+1
2011-03-09Also handling ext3 in lh_binary_rootfs, thanks to Bas Wijnen ↵Daniel Baumann1-7/+7
<wijnen@debian.org> (Closes: #468902).
2011-03-09Adding --jffs2-eraseblock parameter.Daniel Baumann1-3/+8
Marco sais, that flash devices often need a different erase size than mkfs.jffs2 defaults to. Hence, this parameter passes the blocksize to the mkfs.jffs2 call through --eraseblock option.
2011-03-09lh_binary_rootfs: add support to generate jffs2 filesystemOtavio Salvador1-0/+37
2011-03-09Renaming mini flavour to stripped to avoid confusion, thanks to Fathi Boudra ↵Daniel Baumann1-1/+1
<fabo@debian.org> and Ben Armstrong <synrg@debian.org>.
2011-03-09Consistently using the pipe as seperator in sed commands now.Daniel Baumann1-1/+1
2011-03-09genext2fs: new switch name: --reserved-percentage; thanks, ZagioxBen Armstrong1-2/+8
2011-03-09Replacing backticks with POSIX expression.Daniel Baumann1-6/+6
2011-03-09Adding live-helper 1.0~a23-1.Daniel Baumann1-0/+1
2011-03-09Adding live-helper 1.0~a22-1.Daniel Baumann1-7/+7
2011-03-09Adding live-helper 1.0~a19-1.Daniel Baumann1-14/+50
2011-03-09Adding live-helper 1.0~a18-1.Daniel Baumann1-2/+2
2011-03-09Adding live-helper 1.0~a17-1.Daniel Baumann1-1/+1
2011-03-09Adding live-helper 1.0~a16-1.Daniel Baumann1-2/+2
2011-03-09Adding live-helper 1.0~a15-1.Daniel Baumann1-1/+50
2011-03-09Adding live-helper 1.0~a14-1.Daniel Baumann1-1/+1
2011-03-09Adding live-helper 1.0~a13-1.Daniel Baumann1-12/+15