From: Michael Gebetsroither Date: Sat, 6 May 2006 17:05:33 +0000 (+0200) Subject: added 2 bootparameters to description X-Git-Tag: 0.71~3 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=b97bfe5d12a9da77eb9aabb4639dbf45cd9c2969;p=grml-terminalserver.git added 2 bootparameters to description --- diff --git a/grml-terminalserver-config b/grml-terminalserver-config index 022aa0c..39f68ab 100755 --- a/grml-terminalserver-config +++ b/grml-terminalserver-config @@ -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"