Merge pull request #1500 from crawford/ignition

sys-apps/ignition: fix network timeout issues
This commit is contained in:
Alex Crawford 2015-09-09 14:57:12 -07:00
commit a1f00c9b27
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ After=disk-uuid.service
[Service]
Type=oneshot
TimeoutStartSec=30s
TimeoutStartSec=2m
Environment=OEM_ID=pxe
Environment=FETCH_TIMEOUT=1m
EnvironmentFile=-/mnt/oem/oem-release

View File

@ -11,7 +11,7 @@ inherit coreos-doc coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="c365e09a489c02566ebd331b804d77b25c23e0d6" # tag v0.1.5
CROS_WORKON_COMMIT="7a54f33ddc92e9a3b775790be8cddf7a0f74961e" # tag v0.1.6
KEYWORDS="amd64 arm64"
fi