Commit Graph

110 Commits (master)
 

Author SHA1 Message Date
Virgil Dupras 40c7fda267 Update README 5 years ago
Virgil Dupras 2802008032 Fix all builds for LXC v3.0 5 years ago
Virgil Dupras 552f378613 gentoo: update config to post LXC v2.1 format 5 years ago
Virgil Dupras 00a4664d73 Add gentoo dist
and remove ${LOG}. It's a bit of a useless mechanism and, in fact a
hindrance. Why not just let the user redirect stdout?
5 years ago
Virgil Dupras cb8b3e3df2 Remove obsolete config injection (kmsg) 5 years ago
Michael Adam 52b850c187 Merge pull request #21 from Restless-ET/patch-1
Update repo url on "Building the boxes" section of the README
7 years ago
Restless-ET e32b709605 Update repo url on "Building the boxes" section of the README 7 years ago
Michael Adam e1016fe6eb Merge pull request #20 from fkleon/master
Add support for CentOS 7 to Makefile
7 years ago
Frederik Leonhardt 24150ee6a4 Add support for CentOS 7 to Makefile 7 years ago
Pim van den Berg bb0c56ea9c conf/debian-jessie: Allow all containers to use fuse
See upstream commit: lxc-1.1.0-9-ga38e3e3 [config: Allow all containers to use fuse]
7 years ago
Pim van den Berg 66bd623a93 conf/debian-jessie: Prevent access to pci devices
See upstream commit: lxc-2.0.0.rc10-9-g4845c17 [Prevent access to pci devices]
7 years ago
Pim van den Berg 8fb6c1cee4 conf/debian-jessie: Use consistent /proc, /sys and /sys/fs/cgroup (v2)
Without this a systemd container won't start:
> $ lxc-start -n vagrant-base-stretch-amd64
> Failed to mount cgroup at /sys/fs/cgroup/systemd: Permission denied
> [!!!!!!] Failed to mount API filesystems, freezing.
> Freezing execution.

See upstream commit: lxc-1.1.0.rc3-12-gf24a52d [Use consistent /proc, /sys and /sys/fs/cgroup (v2)]
7 years ago
Pim van den Berg bbbf031932 add support for Debian 9 (stretch) 7 years ago
Michael Adam a258028c65 Merge pull request #18 from viq/patch-1
Update salt repositories and key path
7 years ago
Michael Adam 39afec9dcd Merge pull request #19 from nicobrevin/fix-puppetlabs-apt-url
Fix puppetlabs apt url
7 years ago
Michael Adam 5e55775fdd Merge pull request #15 from oxyum/official_salt_for_ubuntu_lts
ubuntu: use salt packages from saltstack repos for lts releases
7 years ago
Michael Adam 179e82b01f README: extend description of ADDPACKAGES a bit
Signed-off-by: Michael Adam <obnox@samba.org>
7 years ago
Martin Dahse 7037df1168 add additional package installation 7 years ago
Michael Adam 4e3be10bc8 Merge pull request #14 from developerinlondon/feature/add-ansible
Added ANSIBLE=1 flag for pre-installing ansible
7 years ago
Nick Griffiths 9f18938b56 Fix puppetlabs apt url 7 years ago
viq dd1a868e38 Update salt repositories and key path
The address of repositories changed as listed at https://repo.saltstack.com/#debian - update to reflect that.
7 years ago
Ivan Fedorov 405e0b34a9 ubuntu: use salt packages from saltstack repos for lts releases 7 years ago
Nayeem Syed 1b6b4d151f Added ANSIBLE=1 flag for pre-installing ansible 7 years ago
Michael Adam 31c3d48357 fedora: install a few extra packages
Signed-off-by: Michael Adam <obnox@samba.org>
7 years ago
Michael Adam a4af7916e1 fedora: don't drop set_file_cap ...
Signed-off-by: Michael Adam <obnox@samba.org>
7 years ago
Michael Adam 2844899338 download.sh: consisten lazy evaluation in checks
Use && rather than -a so second expression is not evaluated
if first does not match.

Signed-off-by: Michael Adam <obnox@samba.org>
7 years ago
Michael Adam 1e964f8438 Revert "fix comparing string to a number"
This reverts commit 2fcf0222f7.

It was accidentially merged with PR#12 - password aging on CentOS.
I think it is wrong so reverting from now...
7 years ago
Michael Adam 4fc2ed880d Merge pull request #12 from deric/passwd-aging
Passwd aging on CentOS
7 years ago
Michael Adam a338597bf1 Merge pull request #10 from deric/readme
update outdated instructions
7 years ago
Michael Adam 71923d7313 Merge pull request #13 from erickeller/xenial
add xenial configuration
7 years ago
Tomas Barton 0dbdc64b88 remove outdated instructions 7 years ago
Eric Keller 111a0c1f3c add xenial configuration 7 years ago
Tomas Barton 78ca2defaa disable password againg for root 7 years ago
Tomas Barton 2fcf0222f7 fix comparing string to a number 7 years ago
Michael Adam d471b7576d Merge pull request #8 from erickeller/update_readme
update readme with Wily
8 years ago
Eric Keller d15d7515e2 update readme with Wily 8 years ago
Michael Adam b6ebb593e4 Merge pull request #6 from erickeller/remove_trailing_space
remove trailing space
8 years ago
Michael Adam 2d1792dbb1 Merge pull request #7 from erickeller/fix_integer_comparison
fix integer comparison
8 years ago
Michael Adam b42a24e013 Merge pull request #5 from erickeller/wily
add Ubuntu wily release
8 years ago
Eric Keller 4eb2fced3c add Ubuntu wily release 8 years ago
Eric Keller 61ac850ba0 fix integer comparison 8 years ago
Eric Keller 8abbd922ca remove trailing space 8 years ago
Michael Adam 63005dffeb Merge pull request #4 from erickeller/force_link
force symbolic link to /sbin/modprobe
8 years ago
Eric Keller 6f33140974 force symbolic link to /sbin/modprobe 8 years ago
Michael Adam 93d29d107c Merge pull request #1 from erickeller/fix_typo_log
fix redirection typo to ${LOG}
8 years ago
Eric Keller 24c3d73a53 fix redirection typo to ${LOG}
This commit fixes the redirection of std error to the ${LOG} file.
It was starting all lxc command in background, resulting in unpredictable failures.
8 years ago
Michael Adam df5f7ba2f6 Merge remote-tracking branch 'origin/master' 8 years ago
Fabio Rehm a8bac11f2e Merge pull request #41 from obnoxxx/pr-readme
Mention maintained fork by oboxxx in README.
8 years ago
Michael Adam 5cd378a99e Update README with newly supported distros/versions. 8 years ago
Michael Adam 1735eb5958 README: mention obnoxxx' fork as maintained.
Signed-off-by: Michael Adam <obnox@samba.org>
8 years ago