Skip to content
Snippets Groups Projects
Commit c305b616 authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

sdk: Add a mount unit for sysroots

Bind mount /home/sysroot on top of /opt/sysroot.
This preserves compatibility while using /home disk to
store sysroots.

Apertis: https://phabricator.apertis.org/T4391


Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>

Differential Revision: https://phabricator.apertis.org/D7432
parent 5a32e6ad
No related branches found
No related tags found
No related merge requests found
Description=Mount points for sysroots
Before=local-fs.target
[Mount]
What=/home/sysroot
Where=/opt/sysroot
Type=none
Options=rbind
[Install]
WantedBy=default.target
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