summaryrefslogtreecommitdiffstats
path: root/installer/ld4-inst
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-03-30 22:10:13 +0200
committerDirk von Suchodoletz2006-03-30 22:10:13 +0200
commit8cd82995c9c01fac59aa5ff6ef17a098d73db5d9 (patch)
treed59261674adccf0ee39016be3fef556463708dba /installer/ld4-inst
parentNew functionality for retrieving the frequency ranges of the monitor from ddc... (diff)
downloadcore-8cd82995c9c01fac59aa5ff6ef17a098d73db5d9.tar.gz
core-8cd82995c9c01fac59aa5ff6ef17a098d73db5d9.tar.xz
core-8cd82995c9c01fac59aa5ff6ef17a098d73db5d9.zip
more debug level, exclude-common for rsync (files and directories common
for all distros), ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@132 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/ld4-inst')
-rwxr-xr-xinstaller/ld4-inst10
1 files changed, 6 insertions, 4 deletions
diff --git a/installer/ld4-inst b/installer/ld4-inst
index 4407a708..9bb4c6c3 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
-# Dirk von Suchodoletz <dirk@goe.net>, 02-11-2005
+# Author(s): Nico Dietrich, 22-03-2006
+# Dirk von Suchodoletz <dirk@goe.net>, 30-03-2006
#
# Copyright: (c) 2003, 2005 - RZ Universitaet Freiburg
#
@@ -208,7 +208,9 @@ configure() {
copy_system() {
echo -e "\n\nSyncing system now\nPlease enter root password of client machine\n"
- rsync -avDe ssh --delete --exclude-from=distro-specs/exclude-${client_distro}-${client_distro_ver} ${rsyncsource} ${rootdir} || { echo "Rsync failed" ; exit 1 ; }
+ rsync -avDe ssh --delete --exclude-from=distro-specs/exclude-common \
+ --exclude-from=distro-specs/exclude-${client_distro}-${client_distro_ver} \
+ ${rsyncsource} ${rootdir} || { echo "Rsync failed" ; exit 1 ; }
# generate error message in case rsync didn't work and exit.
@@ -302,7 +304,7 @@ setup_server () {
current_initrd=${tftpbootdir}/initrd-dxs-${current_kernel}
if [ $j -eq 0 ] ; then
- default_string=" MENU DEFAULT\n"
+ default_string="\tMENU DEFAULT\n"
else
default_string=""
fi