forked from brl/citadel
26 lines
697 B
Desktop File
26 lines
697 B
Desktop File
[Unit]
|
|
Description=Mount citadel rootfs in install/live mode
|
|
DefaultDependencies=no
|
|
|
|
# Only run in initramfs
|
|
ConditionPathExists=/etc/initrd-release
|
|
|
|
# Only run in install or live mode
|
|
ConditionKernelCommandLine=|citadel.install
|
|
ConditionKernelCommandLine=|citadel.live
|
|
|
|
# Only run if root is set to this exact path
|
|
ConditionKernelCommandLine=root=/dev/mapper/rootfs
|
|
|
|
Wants=citadel-rootfs-setup.service
|
|
|
|
Requires=systemd-sysctl.service
|
|
After=systemd-sysctl.service
|
|
Before=citadel-rootfs-setup.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStartPre=-/usr/bin/plymouth message --text="Copying files from boot disk and decompressing rootfs image"
|
|
ExecStart=/usr/libexec/citadel-boot rootfs
|