summaryrefslogtreecommitdiffstats
path: root/src/installer
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
parentfix #817 (diff)
downloadcore-ac8dd5fe5207c26b4089c84386d856722df53ad2.tar.gz
core-ac8dd5fe5207c26b4089c84386d856722df53ad2.tar.xz
core-ac8dd5fe5207c26b4089c84386d856722df53ad2.zip
fedora ..
Diffstat (limited to 'src/installer')
-rw-r--r--src/installer/OpenSLX/OSExport/Distro/Fedora.pm3
-rw-r--r--src/installer/OpenSLX/OSSetup/Distro/Fedora.pm8
2 files changed, 9 insertions, 2 deletions
diff --git a/src/installer/OpenSLX/OSExport/Distro/Fedora.pm b/src/installer/OpenSLX/OSExport/Distro/Fedora.pm
index 4c196bd1..80a45854 100644
--- a/src/installer/OpenSLX/OSExport/Distro/Fedora.pm
+++ b/src/installer/OpenSLX/OSExport/Distro/Fedora.pm
@@ -53,6 +53,7 @@ sub initDistroInfo
- /proc/*
- /mnt/*
- /media/*
+ - /run/*
- /lib/klibc/events/*
- /boot/initrd*
- /boot/grub
@@ -62,4 +63,4 @@ sub initDistroInfo
return;
}
-1; \ No newline at end of file
+1;
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;