mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-31 19:31:07 +02:00
oem-ec2-compat: remove dependency on coreos-setup-environment
The coreos-setup-environment no longer generates /etc/environment on systems using this OEM package so remove the requirement.
This commit is contained in:
parent
c36767ca1e
commit
85e37cb7a6
@ -12,12 +12,9 @@ coreos:
|
||||
content: |
|
||||
[Unit]
|
||||
Description=Cloudinit from EC2-style metadata
|
||||
Requires=coreos-setup-environment.service
|
||||
After=coreos-setup-environment.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
EnvironmentFile=/etc/environment
|
||||
ExecStart=/usr/bin/coreos-cloudinit --from-configdrive=/media/configdrive --from-metadata-service
|
||||
oem:
|
||||
id: @@OEM_ID@@
|
||||
|
Loading…
x
Reference in New Issue
Block a user