Files
RedBear-OS/init.d/50_rootfs.service
T
bjorn3 6d243d666c init: Convert rootfs to a service
With this the entire initfs now uses service definitions.
2026-02-28 17:03:25 +01:00

10 lines
239 B
Desktop File

[unit]
description = "Rootfs"
requires_weak = ["40_drivers.target"]
[service]
cmd = "redoxfs"
args = ["--uuid" ,"$REDOXFS_UUID", "file", "$REDOXFS_BLOCK"]
inherit_envs = ["REDOXFS_PASSWORD_ADDR", "REDOXFS_PASSWORD_SIZE"]
type = "oneshot"