Browse Source

Update 'HowTo/LXC-configuration/README.md'

Michael Honkoop 3 weeks ago
parent
commit
fd7b860c19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HowTo/LXC-configuration/README.md

+ 1 - 1
HowTo/LXC-configuration/README.md

@@ -19,7 +19,7 @@ WARNING: You may continue without tmpfs, but the performance of Check_MK may be
 
 ## Solution:
 
-For every configured site on the box edit (even if it does not exist) with your favorite editor /etc/fstab and enter the following information (per-site):
+For every configured site on the box edit (if it does not exist, create it) with your favorite editor /etc/fstab and enter the following information (per-site):
 
 ```
 tmpfs   /opt/omd/sites/<yoursitename>/tmp     tmpfs   noauto,user,mode=755,uid=<yoursitename>,gid=<yoursitename> 2 0 0