22 lines
497 B
Desktop File
22 lines
497 B
Desktop File
[Unit]
|
|
Description=bootc setup root
|
|
Documentation=man:bootc(1)
|
|
DefaultDependencies=no
|
|
# For now
|
|
ConditionKernelCommandLine=ostree
|
|
ConditionPathExists=/etc/initrd-release
|
|
After=sysroot.mount
|
|
After=ostree-prepare-root.service
|
|
Requires=sysroot.mount
|
|
Before=initrd-root-fs.target
|
|
|
|
OnFailure=emergency.target
|
|
OnFailureJobMode=isolate
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/bootc/initramfs-setup setup-root
|
|
StandardInput=null
|
|
StandardOutput=journal
|
|
StandardError=journal+console
|
|
RemainAfterExit=yes
|