summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_chroot
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09For consistency, using true|false instead of enabled|disabled in ↵Daniel Baumann1-5/+5
configuration options.
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann1-1/+1
2011-03-09Simplyfing chroot copying in lh_binary_chroot.Daniel Baumann1-2/+2
2011-03-09Using pre-cached bootstrap stage, if available, in order to build chroot ↵Daniel Baumann1-2/+10
image which dramatically speads up building of large images.
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 Chroot(); by requiring its first argument to be the ↵Daniel Baumann1-1/+1
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-09Adding last modifications in order to have localization fully working in ↵Tiago Bortoletto Vaz1-1/+1
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-09Replacing file checking with ls by function callsAntonio Terceiro1-1/+1
Instead of repeatedly doing "ls ... > /dev/null 2>&1", just use a function that does exactly that.
2011-03-09Using new Read_conffile(); now.Daniel Baumann1-7/+1
2011-03-09Adding 'all' configuration file.Daniel Baumann1-0/+1
2011-03-09Updating copyright years to 2008.Daniel Baumann1-1/+1
2011-03-09Fixing some coding style issues.Daniel Baumann1-1/+1
2011-03-09Adding option to allow building in fakeroot/fakechroot environment, thanks ↵Daniel Baumann1-2/+21
to An-Cheng Huang <ancheng@vyatta.com>.
2011-03-09Added feature to exclude paths from the root filesystem.Maarten ter Huurne1-0/+15
To make the root filesystem as small as possible, it can be useful to exclude certain files or directories. This is now possible by using the file config/binary_rootfs/exclude, which contains a whitespace separated list of file paths to exclude; wildcards are allowed. These paths are removed from the chroot copy before the root filesystem is built.
2011-03-09Replacing backticks with POSIX expression.Daniel Baumann1-1/+1
2011-03-09Adding live-helper 1.0~a23-1.Daniel Baumann1-0/+1
2011-03-09Adding live-helper 1.0~a22-1.Daniel Baumann1-1/+6
2011-03-09Adding live-helper 1.0~a21-1.Daniel Baumann1-1/+2
2011-03-09Adding live-helper 1.0~a19-1.Daniel Baumann1-6/+6
2011-03-09Adding live-helper 1.0~a18-1.Daniel Baumann1-1/+6
2011-03-09Adding live-helper 1.0~a15-1.Daniel Baumann1-1/+1
2011-03-09Adding live-helper 1.0~a13-1.Daniel Baumann1-8/+8
2011-03-09Adding live-helper 1.0~a8-1.Daniel Baumann1-2/+3
2011-03-09Adding live-helper 1.0~a7-1.Daniel Baumann1-7/+12
2011-03-09Adding live-helper 1.0~a6-1.Daniel Baumann1-2/+14
2011-03-09Adding live-helper 1.0~a5-1.Daniel Baumann1-0/+7
2011-03-09Adding live-helper 1.0~a3-1.Daniel Baumann1-0/+50