From ac8dd5fe5207c26b4089c84386d856722df53ad2 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 26 May 2011 14:08:02 +0200 Subject: fedora .. --- src/installer/OpenSLX/OSExport/Distro/Fedora.pm | 3 ++- src/installer/OpenSLX/OSSetup/Distro/Fedora.pm | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'src/installer') 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; -- cgit v1.2.3-55-g7522