summaryrefslogtreecommitdiffstats
path: root/installer/obsolete
diff options
context:
space:
mode:
authorOliver Tappe2008-02-11 19:44:25 +0100
committerOliver Tappe2008-02-11 19:44:25 +0100
commit26977e14fcb811d132f06829098e9683dfb5530d (patch)
treeac8abb7893224d5aed5b052b5fbdb300d37297c0 /installer/obsolete
parent* removed management-framework (diff)
downloadcore-26977e14fcb811d132f06829098e9683dfb5530d.tar.gz
core-26977e14fcb811d132f06829098e9683dfb5530d.tar.xz
core-26977e14fcb811d132f06829098e9683dfb5530d.zip
* obsoleted distro-specs folder
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1536 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/obsolete')
-rw-r--r--installer/obsolete/distro-specs/config-client-debian2
-rw-r--r--installer/obsolete/distro-specs/config-client-gentoo2
-rw-r--r--installer/obsolete/distro-specs/config-client-suse1
-rw-r--r--installer/obsolete/distro-specs/config-client-ubuntu2
-rw-r--r--installer/obsolete/distro-specs/config-debian8
-rw-r--r--installer/obsolete/distro-specs/config-gentoo8
-rw-r--r--installer/obsolete/distro-specs/config-suse8
-rw-r--r--installer/obsolete/distro-specs/config-ubuntu7
-rw-r--r--installer/obsolete/distro-specs/exclude-common45
-rw-r--r--installer/obsolete/distro-specs/exclude-debian-3.110
-rw-r--r--installer/obsolete/distro-specs/exclude-gentoo10
-rw-r--r--installer/obsolete/distro-specs/exclude-suse-10.025
-rw-r--r--installer/obsolete/distro-specs/exclude-suse-10.147
-rw-r--r--installer/obsolete/distro-specs/exclude-suse-10.248
-rw-r--r--installer/obsolete/distro-specs/exclude-suse-9.327
-rw-r--r--installer/obsolete/distro-specs/exclude-ubuntu-5.1012
l---------installer/obsolete/distro-specs/exclude-ubuntu-6.061
l---------installer/obsolete/distro-specs/exclude-ubuntu-6.101
18 files changed, 264 insertions, 0 deletions
diff --git a/installer/obsolete/distro-specs/config-client-debian b/installer/obsolete/distro-specs/config-client-debian
new file mode 100644
index 00000000..5d900fb1
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-client-debian
@@ -0,0 +1,2 @@
+# sets the root password to dxs-root
+root_pw='$1$IsfFrvVb$eSbGgmcX2O9VABhf7R5DK/'
diff --git a/installer/obsolete/distro-specs/config-client-gentoo b/installer/obsolete/distro-specs/config-client-gentoo
new file mode 100644
index 00000000..d2680458
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-client-gentoo
@@ -0,0 +1,2 @@
+# wild guess on correct format of password string (dxs-root)
+root_pw='$1$yhUR.J5f$t4Djzm0SWX1hCmCVoIZ371'
diff --git a/installer/obsolete/distro-specs/config-client-suse b/installer/obsolete/distro-specs/config-client-suse
new file mode 100644
index 00000000..30255708
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-client-suse
@@ -0,0 +1 @@
+root_pw='$2a$10$MoEYhIPZGCtR62R8UvBl3emNn2qMOuQpLQpfmNnhya4bGLhyF0pbu'
diff --git a/installer/obsolete/distro-specs/config-client-ubuntu b/installer/obsolete/distro-specs/config-client-ubuntu
new file mode 100644
index 00000000..2492a8cd
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-client-ubuntu
@@ -0,0 +1,2 @@
+#dxs-root
+root_pw='$1$g6r0DhjJ$MIR/ljfVDTXExIQXMwnLZ/'
diff --git a/installer/obsolete/distro-specs/config-debian b/installer/obsolete/distro-specs/config-debian
new file mode 100644
index 00000000..7ce5e5e3
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-debian
@@ -0,0 +1,8 @@
+dhcpd_conf="/etc/dhcp3/dhcpd.conf"
+atftpd_conf="/etc/default/atftpd"
+exports_conf="/etc/exports"
+client_conf="/etc/dxs/client.cfg/machine-setup.default"
+
+# this variable choses which atftpd template file to chose
+atftpd_conf_name="atftpd_default"
+
diff --git a/installer/obsolete/distro-specs/config-gentoo b/installer/obsolete/distro-specs/config-gentoo
new file mode 100644
index 00000000..9b9dafcc
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-gentoo
@@ -0,0 +1,8 @@
+dhcpd_conf="/etc/dhcpd.conf"
+atftpd_conf="/etc/conf.d/atftpd"
+exports_conf="/etc/exports"
+client_conf="/etc/dxs/client.cfg/machine-setup.default"
+
+# this variable choses which atftpd template file to chose
+atftpd_conf_name="atftpd_default"
+
diff --git a/installer/obsolete/distro-specs/config-suse b/installer/obsolete/distro-specs/config-suse
new file mode 100644
index 00000000..ea17589f
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-suse
@@ -0,0 +1,8 @@
+dhcpd_conf="/etc/dhcpd.conf"
+atftpd_conf="/etc/sysconfig/atftpd"
+exports_conf="/etc/exports"
+client_conf="/etc/dxs/client.cfg/machine-setup.default"
+
+# this variable choses which atftpd template file to chose
+atftpd_conf_name="atftpd_sysconfig"
+
diff --git a/installer/obsolete/distro-specs/config-ubuntu b/installer/obsolete/distro-specs/config-ubuntu
new file mode 100644
index 00000000..7284def8
--- /dev/null
+++ b/installer/obsolete/distro-specs/config-ubuntu
@@ -0,0 +1,7 @@
+dhcpd_conf="/etc/dhcp3/dhcpd.conf"
+atftpd_conf="/etc/default/atftpd"
+exports_conf="/etc/exports"
+client_conf="/etc/dxs/client.cfg/machine-setup.default"
+
+# this variable choses which atftpd template file to chose
+atftpd_conf_name="atftpd_default"
diff --git a/installer/obsolete/distro-specs/exclude-common b/installer/obsolete/distro-specs/exclude-common
new file mode 100644
index 00000000..88a7a041
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-common
@@ -0,0 +1,45 @@
++ /bin
++ /boot
++ /dev
++ /etc
++ /home
++ /lib
++ /lib64
++ /mnt
++ /opt
++ /proc
++ /root
++ /sbin
++ /sys
++ /tmp
++ /usr
++ /var
++ /lib/modules/*/misc/vmnet.o
++ /lib/modules/*/misc/vmmon.o
++ /lib/modules/*/misc/vmblock.o
+- /usr/lib/vmware/modules/*
+- /var/tmp/*
+- /etc/shadow*
+- /etc/samba/secrets.tdb
+- /etc/dxs
+- /etc/opt/openslx
+- /etc/resolv.conf.*
+- /etc/vmware/installer.sh
+- /etc/exports*
+- /dev/*
+- /proc/*
+- /sys/*
+- /tmp/*
+- /root/*
+- /home/*
+- /mnt/*
+- /var/lib/vmware
+- /var/opt/openslx
+- /opt/openslx
+- .svn
+- *~
+- .*.cmd
+- *.old
+- *.bak
+- *lost+found*
+- /*
diff --git a/installer/obsolete/distro-specs/exclude-debian-3.1 b/installer/obsolete/distro-specs/exclude-debian-3.1
new file mode 100644
index 00000000..6f29480a
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-debian-3.1
@@ -0,0 +1,10 @@
+- /lib/klibc/events/*
+- /boot/initrd*
+- /boot/grub
+- /var/cache/man/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/lib/xdm
+- /usr/share/vmware/*
diff --git a/installer/obsolete/distro-specs/exclude-gentoo b/installer/obsolete/distro-specs/exclude-gentoo
new file mode 100644
index 00000000..18b72860
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-gentoo
@@ -0,0 +1,10 @@
+- /boot/initrd*
+- /boot/grub
+- /var/cache/man/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/lib/xdm
+- /usr/share/vmware/*
+- /var/lib/init.d/*
diff --git a/installer/obsolete/distro-specs/exclude-suse-10.0 b/installer/obsolete/distro-specs/exclude-suse-10.0
new file mode 100644
index 00000000..7f119cdf
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-suse-10.0
@@ -0,0 +1,25 @@
++ /media
+- *.rpmsave
+- *.rpmnew
+- *.YaST2save
+- /lib/klibc/events/*
+- /boot/initrd*
+- /boot/grub
+- /etc/shadow*
+- /var/cache/man/*
+- /var/lib/YaST2/you/mnt/*
+- /var/lib/hardware/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/mail
+- /var/lib/xdm
+- /var/adm/backup/rpmdb/*
+- /usr/share/vmware/*
+- /media/*
+- /usr/X11R6/bin/BackGround
+- /opt/kde3/share/autostart/SUSEgreeter.desktop
+- /opt/kde3/share/autostart/suseplugger.desktop
+- /opt/kde3/share/autostart/susewatcher.desktop
+- /opt/kde3/share/autostart/profile_chooser-autostart.desktop
diff --git a/installer/obsolete/distro-specs/exclude-suse-10.1 b/installer/obsolete/distro-specs/exclude-suse-10.1
new file mode 100644
index 00000000..587429ce
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-suse-10.1
@@ -0,0 +1,47 @@
++ /media
++ /usr/lib/gcc/*/*/*.o
++ /usr/lib/*.o
++ /usr/lib/perl5/*/*/*/*.o
++ /usr/lib/python*/*/*.o
+- *.rpmsave
+- *.rpmnew
+- *.YaST2save
+- *.o
+- /etc/cron.*/*
+- /etc/dhcpd.conf*
+- /lib/klibc/events/*
+- /lib/udev/devices/*
+- /boot/initrd*
+- /boot/grub
+- /usr/bin/zen-*
+- /usr/lib/zen-updater
+- /usr/X11R6/bin/BackGround
+- /var/adm/SuSEconfig
+- /var/cache/man/*
+- /var/lib/YaST2/you/mnt/*
+- /var/lib/hardware/*
+- /var/lib/zypp/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/mail
+- /var/lock/*
+- /var/lib/suspend*
+- /var/lib/vm/*
+- /var/lib/gdm/*
+- /var/lib/dhcp*
+- /var/lib/sax
+- /var/lib/xdm
+- /var/lib/zmd
+- /var/lib/zypp/cache/*
+- /var/adm/backup/rpmdb/*
+- /usr/share/vmware/*
+- /media/*
+- /opt/kde3/share/autostart/SUSEgreeter.desktop
+- /opt/kde3/share/autostart/suseplugger.desktop
+- /opt/kde3/share/autostart/profile_chooser-autostart.desktop
+- /opt/kde3/share/autostart/knetworkmanager-autostart.desktop
+- /opt/kde3/share/autostart/zen-updater-auto.desktop
+- /opt/kde3/share/autostart/beagled.desktop
+- /opt/gnome/share/autostart/beagle*.desktop
diff --git a/installer/obsolete/distro-specs/exclude-suse-10.2 b/installer/obsolete/distro-specs/exclude-suse-10.2
new file mode 100644
index 00000000..5c89ff7f
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-suse-10.2
@@ -0,0 +1,48 @@
++ /media
++ /usr/lib/gcc/*/*/*.o
++ /usr/lib/*.o
++ /usr/lib/perl5/*/*/*/*.o
++ /usr/lib/python*/*/*.o
+- *.rpmsave
+- *.rpmnew
+- *.YaST2save
+- *.o
+- /etc/cron.*/*
+- /etc/dhcpd.conf*
+- /etc/X11/xdm/SuSEconfig.xdm
+- /boot/initrd*
+- /boot/grub
+- /usr/bin/zen-*
+- /usr/bin/nw-manager
+- /usr/lib/zen-updater
+- /usr/X11R6/bin/BackGround
+- /var/adm/SuSEconfig
+- /var/cache/man/*
+- /var/lib/YaST2/you/mnt/*
+- /var/lib/hardware/*
+- /var/lib/zypp/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/mail
+- /var/lock/*
+- /var/lib/suspend*
+- /var/lib/vm/*
+- /var/lib/gdm/*
+- /var/lib/dhcp*
+- /var/lib/sax
+- /var/lib/xdm
+- /var/lib/zmd
+- /var/lib/zypp/cache/*
+- /var/adm/backup/rpmdb/*
+- /usr/share/vmware/*
+- /media/*
+- /opt/kde3/share/autostart/beagled.desktop
+- /opt/kde3/share/autostart/suseplugger.desktop
+- /opt/kde3/share/autostart/SUSEgreeter.desktop
+- /opt/kde3/share/autostart/opensuseupdater.desktop
+- /opt/kde3/share/autostart/profile_chooser-autostart.desktop
+- /opt/kde3/share/autostart/knetworkmanager-autostart.desktop
+- /opt/kde3/share/autostart/runupdater.desktop
+- /opt/kde3/share/autostart/kerry.autostart.desktop
diff --git a/installer/obsolete/distro-specs/exclude-suse-9.3 b/installer/obsolete/distro-specs/exclude-suse-9.3
new file mode 100644
index 00000000..e2f8a20f
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-suse-9.3
@@ -0,0 +1,27 @@
++ /media
+- *.rpmsave
+- *.rpmnew
+- *.YaST2save
+- *.old
+- *.bak
+- /lib/klibc/events/*
+- /boot/initrd*
+- /boot/grub
+- /etc/shadow*
+- /var/adm/backup/*
+- /var/cache/man/*
+- /var/lib/YaST2/you/mnt/*
+- /var/lib/hardware/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/lib/xdm
+- /usr/share/vmware/*
+- /media/*
+- /usr/X11R6/bin/BackGround
+- /opt/kde3/share/autostart/SUSEgreeter.desktop
+- /opt/kde3/share/autostart/suseplugger.desktop
+- /opt/kde3/share/autostart/susewatcher.desktop
+- /opt/kde3/share/autostart/profile_chooser-autostart.desktop
+- /opt/kde3/share/autostart/kinternet.desktop
diff --git a/installer/obsolete/distro-specs/exclude-ubuntu-5.10 b/installer/obsolete/distro-specs/exclude-ubuntu-5.10
new file mode 100644
index 00000000..c65b3e02
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-ubuntu-5.10
@@ -0,0 +1,12 @@
+- /initrd*
+- /lib/klibc/events/*
+- /boot/initrd*
+- /boot/grub
+- /etc/cron.*/*
+- /var/cache/man/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/lib/xdm
+- /usr/share/vmware/*
diff --git a/installer/obsolete/distro-specs/exclude-ubuntu-6.06 b/installer/obsolete/distro-specs/exclude-ubuntu-6.06
new file mode 120000
index 00000000..5479ce6b
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-ubuntu-6.06
@@ -0,0 +1 @@
+exclude-ubuntu-5.10 \ No newline at end of file
diff --git a/installer/obsolete/distro-specs/exclude-ubuntu-6.10 b/installer/obsolete/distro-specs/exclude-ubuntu-6.10
new file mode 120000
index 00000000..5479ce6b
--- /dev/null
+++ b/installer/obsolete/distro-specs/exclude-ubuntu-6.10
@@ -0,0 +1 @@
+exclude-ubuntu-5.10 \ No newline at end of file