#!/bin/bash -efu

[ "$1" = start ] || exit 0

. /.initrd/initenv

[ "${ROOT-}" != pipeline ] ||
	echo pipeline > /etc/initrd/method
