sys-apps/ignition: update EnvironmentFile

This commit is contained in:
Alex Crawford 2015-07-17 18:05:50 -07:00
parent 008c59818b
commit e1a26d28ba
3 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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}