forked from pool/ignition
cd6cc3da56
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=81
15 lines
434 B
Desktop File
15 lines
434 B
Desktop File
[Unit]
|
|
Description=Mark boot complete
|
|
Documentation=https://build.opensuse.org/package/view_file/devel:kubic:ignition/ignition/README.SUSE?expand=1
|
|
ConditionKernelCommandLine=ignition.firstboot
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/mkdir -p /boot/writable
|
|
ExecStart=/usr/bin/touch /boot/writable/firstboot_happened
|
|
|
|
[Install]
|
|
# Part of basic.target so this happens early on in firstboot
|
|
WantedBy=basic.target
|