mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
Merge pull request #1500 from crawford/ignition
sys-apps/ignition: fix network timeout issues
This commit is contained in:
commit
a1f00c9b27
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user