deleted file mode 100644
@@ -1,21 +0,0 @@
-# This software is a part of ISAR.
-# Copyright (C) Siemens AG, 2024
-#
-# SPDX-License-Identifier: MIT
-
-DESCRIPTION = "systemd service to add target image to rootfs"
-
-
-inherit dpkg-raw
-
-SRC_URI = "file://install.override.conf \
- "
-DEPENDS += " deploy-image"
-DEBIAN_DEPENDS = "deploy-image"
-
-do_install[cleandirs] = "${D}/usr/lib/systemd/system/getty@tty1.service.d/ \
- ${D}/usr/lib/systemd/system/serial-getty@ttyS0.service.d/"
-do_install() {
- install -m 0600 ${WORKDIR}/install.override.conf ${D}/usr/lib/systemd/system/getty@tty1.service.d/override.conf
- install -m 0600 ${WORKDIR}/install.override.conf ${D}/usr/lib/systemd/system/serial-getty@ttyS0.service.d/override.conf
-}
deleted file mode 100644
@@ -1,5 +0,0 @@
-[Service]
-ExecStart=
-ExecStart=/bin/sh -c "deploy-image-wic.sh || (echo 'Rebooting in 60 s'; sleep 60); reboot"
-StandardInput=tty
-StandardOutput=tty