aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware/files/lib-firmware-system.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/firmware/files/lib-firmware-system.service')
-rw-r--r--recipes-bsp/firmware/files/lib-firmware-system.service21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-bsp/firmware/files/lib-firmware-system.service b/recipes-bsp/firmware/files/lib-firmware-system.service
deleted file mode 100644
index c4b4e2a..0000000
--- a/recipes-bsp/firmware/files/lib-firmware-system.service
+++ /dev/null
@@ -1,21 +0,0 @@
-[Unit]
-Description=Mount partition with system root for for firmware files ('system_a')
-ConditionPathExists=/lib/firmware/system
-Before=systemd-udevd-control.socket
-After=local-fs-pre.target
-Before=local-fs.target
-Before=umount.target
-Conflicts=umount.target
-DefaultDependencies=no
-
-[Install]
-WantedBy=local-fs.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=true
-# sda7:
-# - system_b with older partition scheme
-# - single system with newer partition cheme
-ExecStart=mount -t ext4 -o ro /dev/sda7 /lib/firmware/system
-ExecStop=umount /lib/firmware/system