summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorNico Dietrich2006-04-04 14:36:56 +0200
committerNico Dietrich2006-04-04 14:36:56 +0200
commit325da33f2cd32fce280d2f29e09f9f48a678caf0 (patch)
treec8e1a6657d0c9e8f2fa080601841541d39c791d0 /installer
parentsave kernel choice correctly (diff)
downloadcore-325da33f2cd32fce280d2f29e09f9f48a678caf0.tar.gz
core-325da33f2cd32fce280d2f29e09f9f48a678caf0.tar.xz
core-325da33f2cd32fce280d2f29e09f9f48a678caf0.zip
minor fixes
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@148 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/ld4-inst7
1 files changed, 4 insertions, 3 deletions
diff --git a/installer/ld4-inst b/installer/ld4-inst
index 4d2288aa..be501294 100755
--- a/installer/ld4-inst
+++ b/installer/ld4-inst
@@ -47,7 +47,7 @@ ask() {
echo -n "* [ $3 ] "
read userinput
if [ -z "$userinput" ] ; then
- local back=$3
+ local back="$3"
else
local back="$userinput"
fi
@@ -317,7 +317,8 @@ setup_server () {
done
# copy the client configuration default file - machine-setup
- cp default_files/machine-setup_default ${client_conf}
+ cp default_files/machine-setup_default \
+ ${client_conf}-${timestamp}
# creating new configuration files in $dxs_conf
# dhcp
@@ -415,7 +416,7 @@ dxs_dhcpd_conf="dhcp/dhcpd.conf"
dxs_atftpd_conf="atftpd/atftpd"
dxs_exports_conf="nfs/exports"
dxs_pxedefault_conf="pxelinux/default"
-
+dxs_client_conf="client.cfg/machine-setup.default"