removed unused unit file

This commit is contained in:
Bruce Leidl 2019-08-21 00:46:12 -04:00
parent f0f1014e5b
commit c196c0286b
2 changed files with 1 additions and 20 deletions

View File

@ -12,7 +12,7 @@ ConditionKernelCommandLine=|citadel.live
# Only run if root is set to this exact path
ConditionKernelCommandLine=root=/dev/mapper/rootfs
Wants=citadel-rootfs-setup.service citadel-install-rootfs-setup.service
Wants=citadel-rootfs-setup.service
Requires=systemd-sysctl.service
After=systemd-sysctl.service

View File

@ -1,19 +0,0 @@
[Unit]
Description=Set up citadel for install/live boot
DefaultDependencies=no
Conflicts=shutdown.target
After=sysroot.mount citadel-rootfs-setup.service
Requires=sysroot.mount citadel-rootfs-setup.service
Before=initrd-root-fs.target shutdown.target
AssertPathExists=/etc/initrd-release
# Only run in install or live modes
ConditionKernelCommandLine=|citadel.install
ConditionKernelCommandLine=|citadel.live
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStartPre=-/usr/bin/plymouth message --text="Setting up filesystem in RAM for live boot"
ExecStart=/usr/libexec/citadel-boot setup
ExecStartPost=-/usr/bin/plymouth message --text="Starting desktop"