diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/hostname | 9 |
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." +} |