Skip to content
Snippets Groups Projects
Verified Commit 66ad4440 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

x-mounts: Introduce recipe for system partition mount units


This components defines, generates and provides systemd mount units for
the system partitions (based on filesystem labels) as it follows:

boot partition -> label "boot" -> "mountpoint: /run/mount/boot"
devdata partition -> label "devdata" -> "mountpoint: /run/mount/devdata"
sysdata partition -> label "sysdata" -> "mountpoint: /run/mount/sysdata"
appdata partition -> label "appdata" -> "mountpoint: /run/mount/appdata"

When installed, the units are enabled early in the boot process as part
of the local-fs.target.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 215ae566
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment