summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-10-17 19:29:22 +0100
committerLars Wirzenius <liw@liw.fi>2011-10-17 19:29:22 +0100
commite0a6b74d056beda27d3239b6afed4a82dba88b4c (patch)
tree555fdea763e67810aa071cb4cae1565c7dde8b18
parent31ab8ef4fe4b2e9e799f6d87b47e45373d46caa0 (diff)
downloadfhs-dirs-e0a6b74d056beda27d3239b6afed4a82dba88b4c.tar.gz
Create /etc/hostname.
-rw-r--r--fhs-dirs.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/fhs-dirs.morph b/fhs-dirs.morph
index beb8718..5db5d89 100644
--- a/fhs-dirs.morph
+++ b/fhs-dirs.morph
@@ -3,6 +3,7 @@
"kind": "chunk",
"decription": "create the FHS 2.3 directory hierarchy",
"install-commands": [
- "./create-fhs-dirs \"$DESTDIR\""
+ "./create-fhs-dirs \"$DESTDIR\"",
+ "echo baserock > \"$DESTDIR\"/etc/hostname"
]
}