summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-05-23 20:10:46 +0200
committerDirk von Suchodoletz2006-05-23 20:10:46 +0200
commitc1d98237206d7f81a6b14dc8374687dd70527883 (patch)
tree5561bb91cf7e21ce2f6b75748d6c84109340fc39 /installer
parentinclude font cache, otherwise X11 would be rather slow ... (diff)
downloadcore-c1d98237206d7f81a6b14dc8374687dd70527883.tar.gz
core-c1d98237206d7f81a6b14dc8374687dd70527883.tar.xz
core-c1d98237206d7f81a6b14dc8374687dd70527883.zip
some fixes ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@232 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/ld4-inst6
1 files changed, 4 insertions, 2 deletions
diff --git a/installer/ld4-inst b/installer/ld4-inst
index 4996d7fa..e09ab432 100755
--- a/installer/ld4-inst
+++ b/installer/ld4-inst
@@ -240,7 +240,8 @@ configure() {
# evtl. optional? --> besser in ein komplett eigenes Setup-Skript fuer
# machine-setup
- ask "Where automount home directories from? (A.B.C.D:/home-dir): " amt $server":/home"
+ ask "Where automount home directories from? (A.B.C.D:/home-dir): " \
+ amt $server":/home"
# more information here!! set useful default
ask "Which debug level should be used? " debuglevel $debuglevel
@@ -367,7 +368,8 @@ separated numbers) " kernel_choice "${kernel_choice}"
echo "Creating initial ramdisk for ${current_kernel}"
current_initrd=${tftpbootdir}/initrd-dxs-${current_kernel}
[ -f ${current_initrd} ] && rm ${current_initrd}
- ./mkdxsinitrd -f "$fsmod" -r ${rootdir} -k ${current_kernel} -i ${current_initrd}
+ ./mkdxsinitrd -f "$fsmod" -r ${rootdir} -k ${current_kernel} \
+ -i ${current_initrd} -d ${debuglevel}
ln -sf ${kernel[${choice[$j]}]} ${tftpbootdir}/vmlinuz-${current_kernel}
j=$j+1