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>
This commit is contained in:
Robert Yang 2013-03-20 14:31:05 +08:00 committed by Richard Purdie
parent 2dd911d475
commit c2f60b6ee7
1 changed files with 1 additions and 4 deletions

View File

@ -152,10 +152,7 @@
# Disk space monitor, take action when the disk space or the amount of # 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. # 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 # Set the directory for the monitor, the format is:
# 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:
# "action,directory,minimum_space,minimum_free_inode" # "action,directory,minimum_space,minimum_free_inode"
# #
# The "action" must be set and should be one of: # The "action" must be set and should be one of: