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

build() {
	add_runscript
	# busybox provides uname, so we do not add it
}

help() {
	echo "This hook adds an uname output to the boot process."
}