Installer: WorkerThread: Add syslog to ignored paths

A new install should start with an empty syslog. Adding
the syslog path to the set of ignored paths will prevent
an existing syslog file from being copied into the new
install.

Fixes #8373
Change-Id: I79ecf95773a34360185d38ee4ef0c8337b062e7a
This commit is contained in:
Kim Brown
2018-04-02 21:05:47 +00:00
committed by waddlesplash
parent ca675593e4
commit cb3445aa2a
+2
View File
@@ -99,6 +99,8 @@ public:
fIgnorePaths.insert("haiku-boot-floppy.image");
fIgnorePaths.insert("system/var/swap");
fIgnorePaths.insert("system/var/shared_memory");
fIgnorePaths.insert("system/var/log/syslog");
fIgnorePaths.insert("system/var/log/syslog.old");
fPackageFSRootPaths.insert("system");
fPackageFSRootPaths.insert("home/config");