From ea8d4314e770da5b6aa0c3e566a8bb2a255284ce Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 15 Jan 2019 12:25:31 -0500 Subject: [PATCH] not used, wasn't ever used --- .../files/initrd-debug-shell.service | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-citadel/recipes-initrd/citadel-initramfs/files/initrd-debug-shell.service diff --git a/meta-citadel/recipes-initrd/citadel-initramfs/files/initrd-debug-shell.service b/meta-citadel/recipes-initrd/citadel-initramfs/files/initrd-debug-shell.service deleted file mode 100644 index 1fc875e..0000000 --- a/meta-citadel/recipes-initrd/citadel-initramfs/files/initrd-debug-shell.service +++ /dev/null @@ -1,32 +0,0 @@ -# This file is part of https://github.com/random-archer/mkinitcpio-systemd-tool - -# Configure custom debug shell for initramfs - -[Unit] -Description=Initrd Debug Shell Service -Documentation=https://github.com/random-archer/mkinitcpio-systemd-tool/blob/master/README.md -ConditionPathExists=/etc/initrd-release -ConditionPathExists=/dev/tty8 -DefaultDependencies=no -IgnoreOnIsolate=yes - -[Service] -Environment=TERM=linux -ExecStart=/bin/sh -Restart=always -RestartSec=3s -StandardInput=tty -TTYPath=/dev/tty8 -TTYReset=yes -TTYVHangup=yes -KillMode=process -KillSignal=SIGTERM -IgnoreSIGPIPE=no - -[Install] -WantedBy=sysinit.target - -[X-SystemdTool] - -# enable service -InitrdService=enable