mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
sculpt: load 'installation' from file only
Do not allow the depot_download_manager to load the installation ROM from core.
This commit is contained in:
parent
1eefc8d42d
commit
f63e4312ec
@ -96,6 +96,8 @@
|
|||||||
<route>
|
<route>
|
||||||
<service name="ROM" label="config">
|
<service name="ROM" label="config">
|
||||||
<parent label="config -> subinit/depot_download.config"/> </service>
|
<parent label="config -> subinit/depot_download.config"/> </service>
|
||||||
|
<service name="ROM" label_last="installation">
|
||||||
|
<parent label="config -> installation"/> </service>
|
||||||
<service name="File_system" label="depot">
|
<service name="File_system" label="depot">
|
||||||
<child name="depot_fs" label="depot"/> </service>
|
<child name="depot_fs" label="depot"/> </service>
|
||||||
<service name="File_system" label="public">
|
<service name="File_system" label="public">
|
||||||
|
Loading…
Reference in New Issue
Block a user