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'
|
||
|
|