summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.