Commit graph

11 commits

Author SHA1 Message Date
Virgil Dupras
054e462e0b debian: re-enable provisioning tools installation 2018-04-15 09:55:37 -04:00
Virgil Dupras
bc8b070565 Unprivileged box creation: first step
I've been hacking my way through building vagrant boxes in unprivileged
containers. It works. Barely but it works. I can end up with a
functional vagrant box with `make stretch`.

The only place where I need `sudo` is when we tar up the root fs because
it doesn't belong to the same UID.
2018-04-14 23:30:48 -04:00
Pim van den Berg
bbbf031932 add support for Debian 9 (stretch) 2016-08-15 14:24:17 +02:00
Michael Adam
b6ebb593e4 Merge pull request #6 from erickeller/remove_trailing_space
remove trailing space
2015-12-21 13:21:49 +01:00
Eric Keller
8abbd922ca remove trailing space 2015-12-21 12:54:54 +01:00
Eric Keller
6f33140974 force symbolic link to /sbin/modprobe 2015-12-21 12:30:46 +01:00
Fabio Rehm
490f5ed93e Merge pull request #34 from rezonanc/bindfs_fix
Create fuse device to use bindfs
2015-12-06 19:42:57 -02:00
0a5f5efdd8 Prevent systemd-journald from burning 100% of CPU. 2015-07-14 17:19:22 +02:00
Edvinas Aleksejonokas
82d2f2c278 Create fuse device to use bindfs
BindFS requires fuse access in order to proceed with the mount. To get
fuse access bindfs needs '/dev/fuse' to exist.
When BindFS is used through vagrant and vagrant-bindfs plugin it tries
to use modprobe to load fuse module, but this is impossible because
loading of kernel modules is not possible inside lxc. Be aware that
fuse kernel module must be loaded on the host machine.
2015-04-16 12:52:46 +03:00
Sergio Jimenez
550f470ffd Use $CONTAINER instead of $RELEASE for configuring /etc/hosts 2014-04-02 09:33:01 +02:00
Fabio Rehm
5edf778f0b Import from vagrant-lxc 2014-03-25 00:27:48 -03:00