summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-04-03 01:09:48 +0200
committerDirk von Suchodoletz2006-04-03 01:09:48 +0200
commitd18b4271157c3d7d8174f4c8dbcaacfbe8b3b1ed (patch)
treefe66996a547565bdc1b73aaf39f1e630f0d0628e /installer
parentexclude file for SuSE 9.3 distribution (installer component) (diff)
downloadcore-d18b4271157c3d7d8174f4c8dbcaacfbe8b3b1ed.tar.gz
core-d18b4271157c3d7d8174f4c8dbcaacfbe8b3b1ed.tar.xz
core-d18b4271157c3d7d8174f4c8dbcaacfbe8b3b1ed.zip
minifix and comment for installer ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@145 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/ld4-inst11
1 files changed, 5 insertions, 6 deletions
diff --git a/installer/ld4-inst b/installer/ld4-inst
index f3c5a4ec..1f8d412b 100755
--- a/installer/ld4-inst
+++ b/installer/ld4-inst
@@ -8,7 +8,7 @@
#
# Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg
#
-
+# Version: 0.2.0b
header() {
echo
@@ -181,9 +181,6 @@ configure() {
. distro-specs/config-${server_distro}
-echo "b:"$netmask
-
-
ask "Path for client system: " rootdir $rootdir
ask "Path for tftpboot: " tftpbootdir $tftpbootdir
ask "Which network do you want to use for DXS? (A.B.C.0): " netname $netname
@@ -229,6 +226,8 @@ copy_system() {
else
local file="distro-specs/exclude-${client_distro}"
fi
+ # put specific an common exclude list into one file, add includes (+)
+ # before excludes (-)
cat $file distro-specs/exclude-common|grep -e "^+ " > /tmp/dxs-exclude-list
cat $file distro-specs/exclude-common|grep -e "^- " >> /tmp/dxs-exclude-list
@@ -332,8 +331,8 @@ setup_server () {
# nfs
echo -e "# Bla Blub\n \
-# NFS export entry for DXS\n\
-${rootdir} ${netname}/${netmask}(ro,no_root_squash,async)" >> ${dxs_conf}/${dxs_exports_conf}-${timestamp}
+ # NFS export entry for DXS\n\
+ ${rootdir} ${netname}/${netmask}(ro,no_root_squash,async)" >> ${dxs_conf}/${dxs_exports_conf}-${timestamp}
# pxe
[ -d ${tftpbootdir} ] || mkdir -p ${tftpbootdir}