mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +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]
|
||||
Type=oneshot
|
||||
TimeoutStartSec=30s
|
||||
Environment=OEM_NAME=pxe
|
||||
Environment=OEM_ID=pxe
|
||||
Environment=FETCH_TIMEOUT=1m
|
||||
EnvironmentFile=-/mnt/oem/environment
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_NAME} --stage=disks --fetchtimeout=${FETCH_TIMEOUT}
|
||||
EnvironmentFile=-/mnt/oem/oem-release
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=disks --fetchtimeout=${FETCH_TIMEOUT}
|
||||
|
@ -13,7 +13,7 @@ After=mnt-oem.mount
|
||||
[Service]
|
||||
Type=oneshot
|
||||
TimeoutStartSec=30s
|
||||
Environment=OEM_NAME=pxe
|
||||
Environment=OEM_ID=pxe
|
||||
Environment=FETCH_TIMEOUT=1m
|
||||
EnvironmentFile=-/mnt/oem/environment
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_NAME} --stage=files --fetchtimeout=${FETCH_TIMEOUT}
|
||||
EnvironmentFile=-/mnt/oem/oem-release
|
||||
ExecStart=/usr/bin/ignition --root=/sysroot --oem=${OEM_ID} --stage=files --fetchtimeout=${FETCH_TIMEOUT}
|
||||
|
Loading…
x
Reference in New Issue
Block a user