summaryrefslogtreecommitdiffstats
path: root/installer/ld4-inst
diff options
context:
space:
mode:
Diffstat (limited to 'installer/ld4-inst')
-rwxr-xr-xinstaller/ld4-inst14
1 files changed, 8 insertions, 6 deletions
diff --git a/installer/ld4-inst b/installer/ld4-inst
index f709352e..cf7ca126 100755
--- a/installer/ld4-inst
+++ b/installer/ld4-inst
@@ -3,8 +3,8 @@
# Description: Script for generating dxs filesystem by
# cloning from rsync source for Diskless X Stations (v4.0)
#
-# Author(s): Nico Dietrich, 22-03-2006
-# Dirk von Suchodoletz <dirk@goe.net>, 03-04-2006
+# Author(s): Nico Dietrich, 04-04-2006
+# Dirk von Suchodoletz <dirk@goe.net>, 05-04-2006
#
# Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg
#
@@ -12,7 +12,7 @@
header() {
echo
- echo "Welcome to the LD4 installation"
+ echo "Welcome to the LD4 installation (please use lower case in input)"
echo
}
@@ -330,9 +330,11 @@ setup_server () {
sed -e "s,@@@tftpbootdir@@@,${tftpbootdir}," default_files/${atftpd_conf_name} > ${dxs_conf}/${dxs_atftpd_conf}-${timestamp}
# 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}
+ echo -e "#/etc/exports - file generated by $0\n\
+# for backups of this file please check /etc/dxs directory\
+# 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}