summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-04-03 23:19:27 +0200
committerDirk von Suchodoletz2009-04-03 23:19:27 +0200
commit0ebaf3c95bfad23858708e92799126691a03a661 (patch)
treead72f8ae87dfe3734bf0654599513ab617e01a65
parentcopy Readme.pxe to boot-env (diff)
downloadcore-0ebaf3c95bfad23858708e92799126691a03a661.tar.gz
core-0ebaf3c95bfad23858708e92799126691a03a661.tar.xz
core-0ebaf3c95bfad23858708e92799126691a03a661.zip
Optimizations and comment.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2802 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--boot-env/pxe/Readme.pxe2
-rw-r--r--installer/OpenSLX/OSExport/Distro/Debian.pm3
-rw-r--r--installer/OpenSLX/OSExport/Distro/Ubuntu.pm5
3 files changed, 7 insertions, 3 deletions
diff --git a/boot-env/pxe/Readme.pxe b/boot-env/pxe/Readme.pxe
index a4b967ab..84fea704 100644
--- a/boot-env/pxe/Readme.pxe
+++ b/boot-env/pxe/Readme.pxe
@@ -1,3 +1,5 @@
+The PXE stuff uses HPAs syslinux, see http://syslinux.zytor.com!
+
Example how the PXElinux information is gathered:
############################## PXElinux-menu file ##############################
diff --git a/installer/OpenSLX/OSExport/Distro/Debian.pm b/installer/OpenSLX/OSExport/Distro/Debian.pm
index b764ab4f..98e9b42f 100644
--- a/installer/OpenSLX/OSExport/Distro/Debian.pm
+++ b/installer/OpenSLX/OSExport/Distro/Debian.pm
@@ -43,6 +43,7 @@ sub initDistroInfo
- /var/log/*
- /var/lib/xdm
- /var/cache/man/*
+ - /var/cache/apt/archives/*
- /usr/share/vmware/*
- /tmp/*
- /sys/*
@@ -56,4 +57,4 @@ sub initDistroInfo
return;
}
-1; \ No newline at end of file
+1;
diff --git a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
index 1236da6b..7b7f1091 100644
--- a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
+++ b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
@@ -42,8 +42,9 @@ sub initDistroInfo
- /var/run/*
- /var/log/*
- /var/lib/xdm
+ - /var/cache/apt/archives/*
- /var/cache/man/*
- - /var/cache/nscd/*
+ - /var/cache/nscd/*
- /usr/share/vmware/*
- /usr/share/autostart/trackerd.desktop
- /usr/share/autostart/knetworkmanager.desktop
@@ -52,7 +53,7 @@ sub initDistroInfo
- /proc/*
- /mnt/*
- /media/*
- - /lib/udev/devices
+ - /lib/udev/devices
- /initrd*
- /etc/cron.*/*
- /boot/initrd*