mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
sys-apps/ignition: update EnvironmentFile
This commit is contained in:
parent
008c59818b
commit
e1a26d28ba
@ -13,7 +13,7 @@ After=mnt-oem.mount
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
TimeoutStartSec=30s
|
TimeoutStartSec=30s
|
||||||
Environment=OEM_NAME=pxe
|
Environment=OEM_ID=pxe
|
||||||
Environment=FETCH_TIMEOUT=1m
|
Environment=FETCH_TIMEOUT=1m
|
||||||
EnvironmentFile=-/mnt/oem/environment
|
EnvironmentFile=-/mnt/oem/oem-release
|
||||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_NAME} --stage=disks --fetchtimeout=${FETCH_TIMEOUT}
|
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=disks --fetchtimeout=${FETCH_TIMEOUT}
|
||||||
|
@ -13,7 +13,7 @@ After=mnt-oem.mount
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
TimeoutStartSec=30s
|
TimeoutStartSec=30s
|
||||||
Environment=OEM_NAME=pxe
|
Environment=OEM_ID=pxe
|
||||||
Environment=FETCH_TIMEOUT=1m
|
Environment=FETCH_TIMEOUT=1m
|
||||||
EnvironmentFile=-/mnt/oem/environment
|
EnvironmentFile=-/mnt/oem/oem-release
|
||||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_NAME} --stage=files --fetchtimeout=${FETCH_TIMEOUT}
|
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=files --fetchtimeout=${FETCH_TIMEOUT}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user