summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-08-16 00:58:42 +0200
committerDirk von Suchodoletz2006-08-16 00:58:42 +0200
commit91635afc52c96467e0e994d03284ab65db40526f (patch)
treea650865536bb684d9478b771d6272dccd9e93876 /installer
parentSimple install mechanism for directory structure setup (make install) (diff)
downloadcore-91635afc52c96467e0e994d03284ab65db40526f.tar.gz
core-91635afc52c96467e0e994d03284ab65db40526f.tar.xz
core-91635afc52c96467e0e994d03284ab65db40526f.zip
Extended configuration mechanism (get tgz files instead of simple
machine-setup for advanced config), tested with normal toolset and busybox, small bugfixes like: fixed duplicate entries to machine-setup, small ash-sh related bug, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@300 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/default_files/machine-setup.default16
-rw-r--r--installer/distro-specs/exclude-gentoo41
2 files changed, 46 insertions, 11 deletions
diff --git a/installer/default_files/machine-setup.default b/installer/default_files/machine-setup.default
index 47643d78..0cc2e707 100644
--- a/installer/default_files/machine-setup.default
+++ b/installer/default_files/machine-setup.default
@@ -6,19 +6,13 @@
# New settings are simply appended, so that they might
# overwrite previously defined variables
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 24-07-2006
-# Blabla
-# Blub
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 15-08-2006
#
# Copyright: (c) 2003 - 2006 - RZ Universitaet Freiburg
#
-## format variable="static_value" or variable="$serverip:123" ##
-## it is possible to use the variables $serverip (the IP of the ##
-## providing DHCP server - not neccessarily NFS server), $clientip ##
-## (the IP of the client itself) and $host_name ##
-#
#
# password of system administrator (root) as crypt -> 'dxs-root'
+# (will be changed soon)
root_pw=@@@root_pw@@@
## name service configuration defaults
@@ -87,12 +81,12 @@ netbios_workgroup="dxs-network"
automnt_dir="/home"
#automnt_src="$serverip:/home"
-# scratch space on server "proto://$serverip:/dxs/tmp"
-scratch="$serverip:/dxs/tmp"
+# scratch space on server "proto://serverip/dxs/tmp"
+#scratch="(proto://)serverip:/dxs/tmp"
# configure and start vmware services
vmware="no"
-#imgsrv="(proto://)$serverip:/dxs/vmware"
+#imgsrv="(proto://)$serverip/dxs/vmware"
# kind of X11 display manager to run
start_xdmcp="xdm"
diff --git a/installer/distro-specs/exclude-gentoo b/installer/distro-specs/exclude-gentoo
new file mode 100644
index 00000000..73e9c119
--- /dev/null
+++ b/installer/distro-specs/exclude-gentoo
@@ -0,0 +1,41 @@
++ /bin
++ /boot
++ /dev
++ /etc
++ /home
++ /lib
++ /lib64
++ /media
++ /mnt
++ /opt
++ /proc
++ /root
++ /sbin
++ /sys
++ /tmp
++ /usr
++ /var
+- .svn
+- *~
+- *.old
+- *.bak
+- /boot/initrd*
+- /boot/grub
+- /dev/*
+- /etc/shadow*
+- /proc/*
+- /sys/*
+- /tmp/*
+- /root/*
+- /home/*
+- /var/cache/man/*
+- /var/tmp/*
+- /var/log/*
+- /var/run/*
+- /var/spool/*
+- /var/lib/xdm
+- /usr/share/vmware/*
+- *lost+found*
+- /mnt/*
+- /media/*
+- /*