From d31c89f73b058cc98a6e425c27cccbe5f66196b9 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 20 Nov 2014 09:25:45 +0800 Subject: [PATCH] Hint in /etc/motd that some porterboxen have chroots for multiple architectures --- modules/motd/templates/motd.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index cfed6dca8..6b4f640ad 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -130,7 +130,7 @@ end if classes.include?("porterbox") - purp += "\n " + wrap("Disk space on porter boxes is often limited. Please respect your fellow porters by cleaning up after yourself and deleting schroots and source/build trees in your ~ as soon as feasible. DSA reserves the right to recover disk space as necessary. See for a brief tutorial on using schroot.") + purp += "\n " + wrap("Disk space on porter boxes is often limited. Please respect your fellow porters by cleaning up after yourself and deleting schroots and source/build trees in your ~ as soon as feasible. DSA reserves the right to recover disk space as necessary. See for a brief tutorial on using schroot. There may be chroots for architectures other than #{arch} available, please list available chroots to check.") end if ninfo['not-bacula-client'] then -- 2.20.1