bd595851e2
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
14 lines
577 B
Desktop File
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"
|