sys-kernel/bootengine: bump for first_boot and emergency shell timeout

Change first-boot detection to use a file in /boot, and time out starting
the emergency shell after 5 minutes.
This commit is contained in:
Benjamin Gilbert 2017-03-23 18:58:21 -07:00
parent 219eb830fb
commit 02fc176a86
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="c098825ac39f638b192e4f21cd3e5fc252cc691b" CROS_WORKON_COMMIT="f551953628988cd70c93ccf4d85647c9038dc181"
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi