[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"