summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSSetup/Distro/Fedora.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-05-26 14:08:02 +0200
committerSebastian Schmelzer2011-05-26 14:08:02 +0200
commitac8dd5fe5207c26b4089c84386d856722df53ad2 (patch)
treeea1f247b676534b9b5b81686668d39c09c5692dd /src/installer/OpenSLX/OSSetup/Distro/Fedora.pm
parentfix #817 (diff)
downloadcore-ac8dd5fe5207c26b4089c84386d856722df53ad2.tar.gz
core-ac8dd5fe5207c26b4089c84386d856722df53ad2.tar.xz
core-ac8dd5fe5207c26b4089c84386d856722df53ad2.zip
fedora ..
Diffstat (limited to 'src/installer/OpenSLX/OSSetup/Distro/Fedora.pm')
-rw-r--r--src/installer/OpenSLX/OSSetup/Distro/Fedora.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Distro/Fedora.pm b/src/installer/OpenSLX/OSSetup/Distro/Fedora.pm
index 80480340..c1d54b7b 100644
--- a/src/installer/OpenSLX/OSSetup/Distro/Fedora.pm
+++ b/src/installer/OpenSLX/OSSetup/Distro/Fedora.pm
@@ -42,7 +42,13 @@ sub initialize
'/etc/fstab',
'/etc/mtab',
];
+ $self->{'clone-filter'} = "
+ - /run/*
+ + /run
+ - /selinux/*
+ + /selinux $self->{'clone-filter'}";
+
return;
}
-1; \ No newline at end of file
+1;