]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/confile.c
lxc: add a new lxc.mount.entry keyword
authorMichel Normand <michel.mno@free.fr>
Fri, 13 Nov 2009 10:48:29 +0000 (11:48 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 13 Nov 2009 10:48:29 +0000 (11:48 +0100)
commite7938e9ee33e598a113e8534f26ef3fe9844e14f
treeabc7ce309e3555e00fd6b93fcccf6cf2731b2152
parent88329c69cd119535e5d3ec400f275aad35f8b6cc
lxc: add a new lxc.mount.entry keyword

The purpose of this new keyword is to save in main config file
all the lines of a provided fstab file.
This will ultimately replace the the lxc.mount keyword
when lxc scripts will use the new keyword.

Warning: I did not validated this patch
in all conditions of provided malformed input string.

Signed-off-by: Michel Normand <michel_mno@laposte.net>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c