summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
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}