From 206524a32e769b40cd66b33b5468d3a64a9b5b4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Sun, 16 Jun 2013 16:04:53 +0200 Subject: [PATCH] Replace porterbox motd with link to wiki. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- modules/motd/templates/motd.erb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index ff1db76c..5c440cdf 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -50,14 +50,8 @@ if (scope.lookupvar('site::nodeinfo')['ldap'].has_key?('purpose')) purp += " porterbox" extra += "\n" if classes.include?("porterbox") - extra += "See 'schroot -l' for a list of available chroots. Start new sessions\n" - extra += "with 'schroot --begin-session -c ', run commands in sessions using\n" - extra += "'schroot --run-session -c [-- command]', and tear down sessions\n" - extra += "using 'schroot --end-session -c '. You can run a limited set of\n" - extra += "privileged commands, for instance some of apt-get, using\n" - extra += "'dd-schroot-cmd -c '.\n" - extra += "Use 'schroot --list --all-sessions' or 'schroot-list-sessions []'\n" - extra += "to list (your) open sessions.\n" + extra += "For an introduction to the porterbox 'schroot' tool, see:\n" + extra += " .\n" else extra += "See 'dchroot -l' or 'schroot -l' for a list of available chroots.\n" if scope.lookupvar('site::nodeinfo')['ldap'].has_key?('admin') -- 2.39.2