diff options
-rw-r--r-- | sos/plugins/general.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py index d7059e66..a6964c4a 100644 --- a/sos/plugins/general.py +++ b/sos/plugins/general.py @@ -33,8 +33,8 @@ class General(Plugin): "/etc/hostid", "/var/lib/dbus/machine-id", "/etc/exports", - "/etc/localtime", - "/root/anaconda-ks.cfg"]) + "/etc/localtime" + ]) self.add_cmd_output("hostname", root_symlink="hostname") self.add_cmd_output("date", root_symlink="date") |