summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-09-02 20:23:33 +0200
committerDirk von Suchodoletz2008-09-02 20:23:33 +0200
commitc76b0efeddb95b246c3bb389f9e1280783656c0b (patch)
tree1cf05e071178c122f717ee01357dca17025016d4 /installer/OpenSLX/OSExport/Distro/Ubuntu.pm
parent * fixed typo (diff)
downloadcore-c76b0efeddb95b246c3bb389f9e1280783656c0b.tar.gz
core-c76b0efeddb95b246c3bb389f9e1280783656c0b.tar.xz
core-c76b0efeddb95b246c3bb389f9e1280783656c0b.zip
Updated stage2 exludes (autostarted services of no much use in
SLX environments) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2191 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSExport/Distro/Ubuntu.pm')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Ubuntu.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
index c488ffdf..6ee2ed33 100644
--- a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
+++ b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
@@ -44,6 +44,8 @@ sub initDistroInfo
- /var/lib/xdm
- /var/cache/man/*
- /usr/share/vmware/*
+ - /usr/share/autostart/trackerd.desktop
+ - /usr/share/autostart/knetworkmanager.desktop
- /tmp/*
- /sys/*
- /proc/*
@@ -54,6 +56,14 @@ sub initDistroInfo
- /etc/cron.*/*
- /boot/initrd*
- /boot/grub
+ - /etc/xdg/adept_notifier_auto.desktop
+ - /etc/xdg/evolution*alarm*notify
+ - /etc/xdg/knetworkmanager*
+ - /etc/xdg/nm-applet.desktop
+ - /etc/xdg/system-config-printer-applet-kde.desktop
+ - /etc/xdg/autostart/tracker*
+ - /etc/xdg/update-notifier.desktop
+ - /etc/xdg/user-dirs-update-gtk.desktop
";
return;
}