summaryrefslogtreecommitdiffstats
path: root/install/hostname
diff options
context:
space:
mode:
Diffstat (limited to 'install/hostname')
-rw-r--r--install/hostname9
1 files changed, 9 insertions, 0 deletions
diff --git a/install/hostname b/install/hostname
new file mode 100644
index 0000000..7f41a4d
--- /dev/null
+++ b/install/hostname
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+build() {
+ add_runscript
+}
+
+help() {
+ echo "This hook changes system hostname from inside initramfs."
+}