projects
/
matthijs
/
servers
/
tika.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8ed82
)
fstab: Mount cgroup control filesystem.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 14 Aug 2011 12:02:26 +0000
(14:02 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 14 Aug 2011 12:02:26 +0000
(14:02 +0200)
This is needed to work with Linux Containers (lxc). The exact mount
location doesn't matter, so we use the commonly used /var/local/cgroup.
etc/fstab
patch
|
blob
|
history
diff --git
a/etc/fstab
b/etc/fstab
index bcc677be16cfda22d02e1d6d5ec2970103948d7e..dca50e441c6fd533794b72660968c97a9e7698a8 100644
(file)
--- a/
etc/fstab
+++ b/
etc/fstab
@@
-11,3
+11,4
@@
proc /proc proc defaults 0 0
/dev/mapper/tika-home /home ext3 defaults,acl 0 2
/dev/mapper/tika-vservers /vservers ext4 defaults 0 2
/dev/mapper/tika-swap none swap sw 0 0
+cgroup /var/local/cgroup cgroup defaults 0 0