X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-terminalserver-config;h=39f68ab39d72a70026f3056bae22b7c931f2a264;hb=b97bfe5d12a9da77eb9aabb4639dbf45cd9c2969;hp=9bf6a26f406b4cd9b3dd82a20623f0280d04a4e1;hpb=a1989990540702f98cc5ab7f1fc693fea2d74a0f;p=grml-terminalserver.git diff --git a/grml-terminalserver-config b/grml-terminalserver-config index 9bf6a26..39f68ab 100755 --- a/grml-terminalserver-config +++ b/grml-terminalserver-config @@ -123,7 +123,7 @@ function actionAutoconf function actionMkInitrd { echo "Creating initrd: $PATH_/minirt26.gz" - isExistent "$PATH_/minirt26.gz" && echo "$PATH_/minirt26.gz does allready exist, skipping initrd creation" && return 0 + isExistent "$PATH_/minirt26.gz" && echo "$PATH_/minirt26.gz does already exist, skipping initrd creation" && return 0 mkInitrd echo 'done' } @@ -151,7 +151,7 @@ function mkInitrd # implanting my initrd changes into the original initrd - # copy programs, check if there are allready links with this name to busybox + # copy programs, check if there are already links with this name to busybox for i in $USR_SHARE_/discover* $USR_SHARE_/udhcpc $USR_SHARE_/udhcp-config.sh $USR_SHARE_/cdir $USR_SHARE_/rdir /usr/bin/ldd ;do tmp_name_="${i##*/}" isNotExistent "$INITRD_/static/$tmp_name_" eprint || execute "rm $INITRD_/static/$tmp_name_" @@ -374,8 +374,10 @@ Quite usefull examples: ssh= - Start ssh server and set password of user grml to pw services=<1,2,3> - Execute /etc/init.d/{1,2,3} start console=ttyS0,9600n8 - Initialise seriell console - +secure - Boot only restricted clients (without root permissions) +startx - Boot into X (should be used with secure) + " $DIALOG_ --clear --no-collapse --backtitle "$BACK_TITLE_" --title "$OPTIONS_TITLE_" --inputbox "$OPTIONS_BOOTARG_MESSAGE_" 0 0\ 2>$TMP_ || die "problems getting additional boot arguments" @@ -457,7 +459,7 @@ function grubConfigWork local grub_title_="Grub configuration" local grub_nic_message_=" Give me the types of network cards you would want to boot from. -If you networkcard is allready listed press ! +If you networkcard is already listed press ! WARNING: DON't add all NIC's, grub could possibly stop working!!" local nics_=""