summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-08 15:41:15 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-08 15:41:27 +0100
commit5a65899ebce80d5072470dc8e07a11cc1b545138 (patch)
tree3554a43080271a4e4c91fffc5c579354f4bbde35
parent55c2ca26b579d976e5c43e3e519b9ce9c3b78480 (diff)
downloadfhs-dirs-5a65899ebce80d5072470dc8e07a11cc1b545138.tar.gz
Add /etc/issue to Baserock
Reviewed-By: Richard Maw (on irc)
-rw-r--r--fhs-dirs.morph1
-rw-r--r--issue13
2 files changed, 14 insertions, 0 deletions
diff --git a/fhs-dirs.morph b/fhs-dirs.morph
index c19281c..169cca1 100644
--- a/fhs-dirs.morph
+++ b/fhs-dirs.morph
@@ -10,6 +10,7 @@
"install -m 644 interfaces \"$DESTDIR/etc/network/interfaces\"",
"install -m 644 group \"$DESTDIR/etc/group\"",
"install -m 644 ld.so.conf \"$DESTDIR/etc/ld.so.conf\"",
+ "install -m 644 issue \"$DESTDIR/etc/issue\"",
"echo baserock > \"$DESTDIR\"/etc/hostname"
]
}
diff --git a/issue b/issue
new file mode 100644
index 0000000..53cf0e3
--- /dev/null
+++ b/issue
@@ -0,0 +1,13 @@
+Welcome to Baserock!
+
+Baserock is a system and toolset for developing Linux systems.
+For more information on working with Baserock, see:
+
+* http://wiki.baserock.org/
+* http://wiki.baserock.org/quick-start/
+* http://wiki.baserock.org/devel-with/
+
+You can also find commercial support and services related to Baserock
+via http://www.baserock.com/
+
+Thank you for trying Baserock.