Skip to content
Snippets Groups Projects
Commit 9b37f756 authored by intrigeri's avatar intrigeri
Browse files

Exclude tmpfs filesystems from df output in the sys handler (Closes: Debian#745818).

parent e91b1080
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ STATUS="Checking available memory:" ...@@ -303,7 +303,7 @@ STATUS="Checking available memory:"
catifexec "/usr/bin/free" catifexec "/usr/bin/free"
STATUS="Checking free disk space:" STATUS="Checking free disk space:"
catifexec "/bin/df" "-al" catifexec "/bin/df" "-al --exclude-type=tmpfs"
STATUS="Collecting what services run at what run level:" STATUS="Collecting what services run at what run level:"
if [ $os = "redhat" ]; then if [ $os = "redhat" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment