This unit is provided by:
Options
-
[Install]
-
WantedBy=sysinit.target
-
-
[Service]
-
ExecStart=/bin/true
-
RemainAfterExit=yes
-
Type=oneshot
-
-
[Unit]
-
Before=cryptsetup-pre.target
-
ConditionPathExists=/etc/initrd-release
-
DefaultDependencies=no
-
Description=Initrd Shell Service
-
Documentation=https://github.com/random-archer/mkinitcpio-systemd-tool/blob/master/README.md
-
-
[X-SystemdTool]
-
InitrdBinary=/usr/bin/sulogin /usr/bin/systemctl /usr/bin/systemd-cat /usr/bin/journalctl /usr/lib/libnss_compat.so optional=yes
-
InitrdBuild=/usr/lib/mkinitcpio-systemd-tool/initrd-build.sh command=do_root_shell /usr/lib/mkinitcpio-systemd-tool/initrd-build.sh command=do_secret_clean
-
InitrdLink=/root/.profile target=/usr/lib/mkinitcpio-systemd-tool/initrd-shell.sh /usr/bin/halt target=/usr/bin/systemctl /usr/bin/reboot target=/usr/bin/systemctl /usr/bin/shutdown target=/usr/bin/systemctl
-
InitrdPath=/usr/lib/mkinitcpio-systemd-tool/initrd-shell.sh mode=700 /etc/group replace=yes /etc/passwd replace=yes /etc/shadow replace=yes /root/.ssh/authorized_keys source=/root/.ssh/authorized_keys mode=600
-
Additionnal notes
Nothing here.