2d03559d14
30_redox-drm.service requires_weak now targets 40_driver-manager-initfs.service; stale dormant-era comments updated in 00_driver-manager.service and 45_loop_mnt.service.
14 lines
579 B
Desktop File
14 lines
579 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 driver-manager-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"
|