From 29c5de1feb144a768d6c60b8e5128b29091cf5a8 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 20 Mar 2013 14:31:05 +0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample.extended | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 8e5dca5962b..4d9ce562dcb 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/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: -- 2.47.3