summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* linux-user-chroot: add bootstrap morphbaserock/bootstrapRichard Maw2012-04-181-0/+8
| | | | | | | | | linux-user-chroot needs a recent version of eglibc so that the headers include the right mount options. These are not in debian squeeze, which we start our bootstrap from, but we build eglibc which will have the headers. However the toolchain still looks in the squeeze chroot's environment for the headers, so we bodge the cflags to include the new headers.
* Release v3v3Colin Walters2012-03-131-1/+1
|
* newnet: Improve docs some moreColin Walters2012-03-132-1/+14
| | | | Suggested by Owen Taylor <otaylor@redhat.com>
* newnet: Use correct argv for childColin Walters2012-03-131-1/+1
|
* docs: Add README.newnet, tweak README a bitColin Walters2012-03-133-1/+39
|
* linux-user-chroot-newnet: New optional helper programColin Walters2012-03-133-0/+142
| | | | | | | Some versions of the Linux kernel require large (order 4) contiguous allocations per network namespace. This optional helper program is a workaround for that; one can create the empty network namespace just once.
* Release 2v2Colin Walters2012-02-201-1/+1
|
* build: Allow being built if linux/securebits.h isn't availableColin Walters2012-02-202-1/+10
| | | | | | | | | For some reason the RHEL6 kernel-headers package doesn't have it. Let's just follow for now the cargo culting of "define defines ourself if not available" that various kernel-tied utilities have because various buildsystems are too shitty to make it easy to install newer kernel headers even if you're running an old kernel.
* Version 1v1Colin Walters2012-02-201-1/+1
|
* README: New fileColin Walters2012-02-201-0/+69
|
* Allow being run as rootColin Walters2012-01-221-2/+0
| | | | | | It was just an extra check to be sure we would be switching back to the right uid, but there's no reason not to allow executing this program as root.
* Search $PATH when executingColin Walters2012-01-181-1/+1
| | | | Just more convenient, and there's no reason not to.
* Add a --chdir argumentColin Walters2012-01-181-2/+11
| | | | This is convenient for when we just want e.g. --unshare-net.
* Remove duplicate docbook rulesColin Walters2012-01-161-40/+2
|
* Split this binary out from ostreeColin Walters2012-01-0610-0/+949