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

build() {
	add_runscript
}

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