forked from pool/ignition
a54e27fc9c
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=96
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
[Unit]
|
|
ConditionFirstBoot=
|
|
ConditionKernelCommandLine=
|
|
ConditionKernelCommandLine=|ignition.firstboot
|
|
|
|
[Service]
|
|
ExecStart=
|
|
ExecStart=/bin/bash -c 'if [ "${PLATFORM_ID}" = virtualbox -o "${PLATFORM_ID}" = vmware ]; then /usr/sbin/ignition-rmcfg --platform=${PLATFORM_ID}; fi'
|
|
|