aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/320-getkey.sh
blob: 61daee16896f47153aade49ef49208217e936678 (plain)
1
2
3
4
5
6
7
#!/bin/sh
[[ $(type -t strstr) = "function" ]] || . /etc/init.d/functions
[[ $cmdline ]] || cmdline=$(cat /proc/cmdline)

if strstr "$cmdline" confirm ; then
	touch /var/run/confirm
fi