Commit Graph

110 Commits

Author SHA1 Message Date
Virgil Dupras 40c7fda267 Update README 2018-07-24 10:04:50 -04:00
Virgil Dupras 2802008032 Fix all builds for LXC v3.0 2018-04-30 22:04:29 -04:00
Virgil Dupras 552f378613 gentoo: update config to post LXC v2.1 format 2018-04-29 21:35:22 -04:00
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?
2018-04-22 21:59:45 -04:00
Virgil Dupras cb8b3e3df2 Remove obsolete config injection (kmsg) 2018-04-22 20:17:39 -04:00
Michael Adam 52b850c187 Merge pull request #21 from Restless-ET/patch-1
Update repo url on "Building the boxes" section of the README
2016-09-12 21:56:31 +02:00
Restless-ET e32b709605 Update repo url on "Building the boxes" section of the README 2016-08-19 15:58:32 +01:00
Michael Adam e1016fe6eb Merge pull request #20 from fkleon/master
Add support for CentOS 7 to Makefile
2016-08-16 09:12:09 +02:00
Frederik Leonhardt 24150ee6a4 Add support for CentOS 7 to Makefile 2016-08-16 12:41:37 +12:00
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]
2016-08-15 14:24:17 +02:00
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]
2016-08-15 14:24:17 +02:00
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)]
2016-08-15 14:24:17 +02:00
Pim van den Berg bbbf031932 add support for Debian 9 (stretch) 2016-08-15 14:24:17 +02:00
Michael Adam a258028c65 Merge pull request #18 from viq/patch-1
Update salt repositories and key path
2016-08-15 14:19:12 +02:00
Michael Adam 39afec9dcd Merge pull request #19 from nicobrevin/fix-puppetlabs-apt-url
Fix puppetlabs apt url
2016-08-15 14:18:16 +02:00
Michael Adam 5e55775fdd Merge pull request #15 from oxyum/official_salt_for_ubuntu_lts
ubuntu: use salt packages from saltstack repos for lts releases
2016-08-15 14:14:31 +02:00
Michael Adam 179e82b01f README: extend description of ADDPACKAGES a bit
Signed-off-by: Michael Adam <obnox@samba.org>
2016-08-15 14:09:17 +02:00
Martin Dahse 7037df1168 add additional package installation 2016-08-15 14:02:48 +02:00
Michael Adam 4e3be10bc8 Merge pull request #14 from developerinlondon/feature/add-ansible
Added ANSIBLE=1 flag for pre-installing ansible
2016-08-15 13:50:27 +02:00
Nick Griffiths 9f18938b56 Fix puppetlabs apt url 2016-07-28 09:55:23 +12:00
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.
2016-07-14 16:33:10 +02:00
Ivan Fedorov 405e0b34a9 ubuntu: use salt packages from saltstack repos for lts releases 2016-06-07 21:49:46 +03:00
Nayeem Syed 1b6b4d151f Added ANSIBLE=1 flag for pre-installing ansible 2016-04-29 17:18:53 +01:00
Michael Adam 31c3d48357 fedora: install a few extra packages
Signed-off-by: Michael Adam <obnox@samba.org>
2016-04-28 11:35:41 +02:00
Michael Adam a4af7916e1 fedora: don't drop set_file_cap ...
Signed-off-by: Michael Adam <obnox@samba.org>
2016-04-28 11:32:07 +02:00
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>
2016-04-28 11:27:37 +02:00
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...
2016-04-28 10:53:56 +02:00
Michael Adam 4fc2ed880d Merge pull request #12 from deric/passwd-aging
Passwd aging on CentOS
2016-04-28 10:52:50 +02:00
Michael Adam a338597bf1 Merge pull request #10 from deric/readme
update outdated instructions
2016-04-28 10:49:01 +02:00
Michael Adam 71923d7313 Merge pull request #13 from erickeller/xenial
add xenial configuration
2016-04-28 10:47:21 +02:00
Tomas Barton 0dbdc64b88 remove outdated instructions 2016-04-28 10:42:14 +02:00
Eric Keller 111a0c1f3c add xenial configuration 2016-03-12 21:02:13 +01:00
Tomas Barton 78ca2defaa disable password againg for root 2016-03-12 16:24:46 +01:00
Tomas Barton 2fcf0222f7 fix comparing string to a number 2016-03-11 22:18:40 +01:00
Michael Adam d471b7576d Merge pull request #8 from erickeller/update_readme
update readme with Wily
2015-12-22 13:05:57 +01:00
Eric Keller d15d7515e2 update readme with Wily 2015-12-21 13:48:28 +01:00
Michael Adam b6ebb593e4 Merge pull request #6 from erickeller/remove_trailing_space
remove trailing space
2015-12-21 13:21:49 +01:00
Michael Adam 2d1792dbb1 Merge pull request #7 from erickeller/fix_integer_comparison
fix integer comparison
2015-12-21 13:21:19 +01:00
Michael Adam b42a24e013 Merge pull request #5 from erickeller/wily
add Ubuntu wily release
2015-12-21 13:20:17 +01:00
Eric Keller 4eb2fced3c add Ubuntu wily release 2015-12-21 13:18:49 +01:00
Eric Keller 61ac850ba0 fix integer comparison 2015-12-21 12:58:50 +01:00
Eric Keller 8abbd922ca remove trailing space 2015-12-21 12:54:54 +01:00
Michael Adam 63005dffeb Merge pull request #4 from erickeller/force_link
force symbolic link to /sbin/modprobe
2015-12-21 12:43:55 +01:00
Eric Keller 6f33140974 force symbolic link to /sbin/modprobe 2015-12-21 12:30:46 +01:00
Michael Adam 93d29d107c Merge pull request #1 from erickeller/fix_typo_log
fix redirection typo to ${LOG}
2015-12-21 07:42:07 +01:00
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.
2015-12-15 17:41:59 +01:00
Michael Adam df5f7ba2f6 Merge remote-tracking branch 'origin/master' 2015-12-07 15:00:37 +01:00
Fabio Rehm a8bac11f2e Merge pull request #41 from obnoxxx/pr-readme
Mention maintained fork by oboxxx in README.
2015-12-07 10:36:37 -02:00
Michael Adam 5cd378a99e Update README with newly supported distros/versions. 2015-12-07 10:44:06 +01:00
Michael Adam 1735eb5958 README: mention obnoxxx' fork as maintained.
Signed-off-by: Michael Adam <obnox@samba.org>
2015-12-07 10:44:06 +01:00