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:31 +0000 |
commit | c2f60b6ee7cb70dea2f229de69cce2773de3e59d (patch) | |
tree | b5f1d424f8cdd0f2001c2fda9e6f383ff2bc815b | |
parent | 2dd911d47590f0f844834e58f4df2a93a30e64c5 (diff) | |
download | poky-c2f60b6ee7cb70dea2f229de69cce2773de3e59d.tar.gz |
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]
(From meta-yocto rev: 29c5de1feb144a768d6c60b8e5128b29091cf5a8)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 8e5dca5962..4d9ce562dc 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -152,10 +152,7 @@ | |||
152 | # Disk space monitor, take action when the disk space or the amount of | 152 | # Disk space monitor, take action when the disk space or the amount of |
153 | # inode is running low, it is enabled when BB_DISKMON_DIRS is set. | 153 | # inode is running low, it is enabled when BB_DISKMON_DIRS is set. |
154 | # | 154 | # |
155 | # Set the directories to monitor for disk usage, if more than one | 155 | # Set the directory for the monitor, the format is: |
156 | # directories are mounted in the same device, then only one directory | ||
157 | # would be monitored since the monitor is based on the device. | ||
158 | # The format is: | ||
159 | # "action,directory,minimum_space,minimum_free_inode" | 156 | # "action,directory,minimum_space,minimum_free_inode" |
160 | # | 157 | # |
161 | # The "action" must be set and should be one of: | 158 | # The "action" must be set and should be one of: |