]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/src/etc/init.d/cirros-ds-local
The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / src / etc / init.d / cirros-ds-local
1 #!/bin/sh
2
3 case "$1" in
4         start)
5                 mode=$(cirros-query dsmode >/dev/null 2>&1) && exit 0
6                 cirros-ds local || :;;
7         stop) :;;
8         *) echo "unknown argument ${1}" 1>&2;;
9 esac
10
11 # vi: ts=4 noexpandtab