summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
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;