diff options
-rwxr-xr-x | init-sh/level5.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index c1509a1..28e9e86 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -115,7 +115,9 @@ echo "All services are disabled : try the chkconfig to enable one..." echo "If you're on a senssible machine, ( which is probably the case )" echo "you should compile the server from the sources". echo -echo "Good luck. :-)" +echo "In order to launch X in this security level," +echo "you need to add your user to the \"xgrp\" group..." +echo "Use : usermod -G xgrp username" echo |