summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-05-07 21:30:20 +0200
committerSebastian Schmelzer2012-05-07 21:30:20 +0200
commitb21c92f95a452936f126c1e2e64f27c73f10788d (patch)
treef77e69738237da68a43919169cd8662610c0705f /src
parentinitial commit: dnbd3 support (diff)
downloadcore-b21c92f95a452936f126c1e2e64f27c73f10788d.tar.gz
core-b21c92f95a452936f126c1e2e64f27c73f10788d.tar.xz
core-b21c92f95a452936f126c1e2e64f27c73f10788d.zip
fix rsync errors with ubuntu systems; ignore *.gvfs
Diffstat (limited to 'src')
-rw-r--r--src/installer/OpenSLX/OSSetup/Distro/Base.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Distro/Base.pm b/src/installer/OpenSLX/OSSetup/Distro/Base.pm
index 84f56d3f..f3f35b62 100644
--- a/src/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/src/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -132,6 +132,7 @@ sub initialize
- *lost+found*
- *.old
- *.bak
+ - *.gvfs
";
return;