diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-03-20 14:31:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 17:01:24 +0000 |
commit | cfa3b112f94a462c454315326c76fd5bf7f3cd3c (patch) | |
tree | 1de174d7bfdefa79d4b411eb5497bd3d7c6c665e /meta/conf | |
parent | 4a4228fe250c8b23a5deeb25825d61c6e84a47a2 (diff) | |
download | openembedded-core-cfa3b112f94a462c454315326c76fd5bf7f3cd3c.tar.gz openembedded-core-cfa3b112f94a462c454315326c76fd5bf7f3cd3c.tar.bz2 openembedded-core-cfa3b112f94a462c454315326c76fd5bf7f3cd3c.zip |
local.conf.sample.extended: update for disk monitor
The previous disk monitor is based on the disk, and one disk only can
have one action, now it is based on the path, so we remove the additional
comments from local.conf.sample.extended
[YOCTO #3995]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index 7760a8d015..885ed85b48 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -152,10 +152,7 @@ # Disk space monitor, take action when the disk space or the amount of # inode is running low, it is enabled when BB_DISKMON_DIRS is set. # -# Set the directories to monitor for disk usage, if more than one -# directories are mounted in the same device, then only one directory -# would be monitored since the monitor is based on the device. -# The format is: +# Set the directory for the monitor, the format is: # "action,directory,minimum_space,minimum_free_inode" # # The "action" must be set and should be one of: |