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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user