blob: 314d73d83a9130690440a209bb3aed8c043e6152 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="Defines the boot-complete boot marker for ChromeOS
(login-prompt-visible signal emitted)"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
chromeos-base/chromeos-login
"
S=${WORKDIR}
src_install() {
insinto /etc/init
doins "${FILESDIR}"/init/*.conf
}