aboutsummaryrefslogtreecommitdiffstats
path: root/install/hostname
blob: 58ad350d899035c122a6b087a74b5c0a3e0b5583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

build() {
	add_runscript
	add_binary /usr/bin/systemd-machine-id-setup
}

help() {
	echo "This hook changes system hostname from inside initramfs."
}