Files
RedBear-OS/init.initfs.d/45_loop_mnt.service
T
Red Bear OS bd595851e2 base: apply Red Bear patches on latest upstream/main
251 files: init, acpid, ipcd, netcfg, ihdgd, virtio-gpud, scheme-utils,
inputd, block driver, ptyd, ramfs, randd, initfs bootstrap, path deps,
version +rb0.3.1, author attribution
2026-07-11 11:39:24 +03:00

14 lines
577 B
Desktop File

[unit]
description = "Archiso-style loop mount fallback (compatibility)"
# This service only runs if a previous mount attempt failed; it's a
# fallback for live media whose boot device couldn't be discovered by
# the normal pcid-spawner-initfs / lived path. Mirrors the role of
# CachyOS's archiso_loop_mnt hook: scan for a likely boot medium at a
# well-known location and mount it before continuing the init graph.
requires_weak = ["40_pcid-spawner-initfs.service"]
after = ["40_pcid-spawner-initfs.service", "50_rootfs.service"]
[service]
cmd = "loop_mnt"
type = "oneshot"