sculpt: launcher for recall_fs

Issue #5174
This commit is contained in:
Norman Feske 2024-04-16 11:02:57 +02:00 committed by Christian Helmuth
parent 49f3eca476
commit 8319f047d2
5 changed files with 13 additions and 27 deletions

View File

@ -8,7 +8,7 @@ import: pkg/sculpt_drivers-pc
# selection of launcher-menu entries
launcher: vm_fs shared_fs download_debug_info black_hole trace_logger
launcher: audio mixer system_clock acpi_support
launcher: audio mixer system_clock acpi_support recall_fs
# selection of accepted depot-package providers
depot: genodelabs cnuke alex-ab mstein nfeske cproc chelmuth jschlatow

View File

@ -11,12 +11,7 @@
<start name="black_hole"/>
<start name="mixer"/>
<start name="system_clock"/>
<start name="recall_fs" priority="-2" pkg="recall_fs">
<route>
<service name="File_system"> <child name="default_fs_rw"/> </service>
</route>
</start>
<start name="recall_fs"/>
<start name="window_layouter" priority="-1" pkg="window_layouter">
<route>

View File

@ -8,6 +8,9 @@
<service name="Timer"> <parent/> </service>
</common_routes>
<start name="recall_fs"/>
<start name="black_hole"/>
<start name="window_layouter" priority="-1" pkg="window_layouter">
<route>
<service name="Gui"> <child name="wm"/> </service>
@ -49,16 +52,6 @@
</route>
</start>
<start name="recall_fs" priority="-2" pkg="recall_fs">
<route>
<service name="File_system"> <child name="default_fs_rw"/> </service>
</route>
</start>
<start name="black_hole" priority="-2" pkg="black_hole">
<route/>
</start>
<start name="sntp_dummy_rtc" pkg="sntp_dummy_rtc">
<route>
<service name="Nic"> <child name="nic_router"/> </service>

View File

@ -8,6 +8,9 @@
<service name="Timer"> <parent/> </service>
</common_routes>
<start name="recall_fs"/>
<start name="black_hole"/>
<start name="system_shell" priority="-2" pkg="system_shell">
<route>
<service name="Gui"> <child name="wm"/> </service>
@ -63,12 +66,6 @@
</route>
</start>
<start name="recall_fs" priority="-2" pkg="recall_fs">
<route>
<service name="File_system"> <child name="default_fs_rw"/> </service>
</route>
</start>
<start name="wm_backdrop" priority="-2" pkg="sticks_blue_backdrop">
<route>
<service name="Gui"> <parent label="backdrop"/> </service>
@ -88,8 +85,4 @@
</config>
</start>
<start name="black_hole" priority="-2" pkg="black_hole">
<route/>
</start>
</config>

View File

@ -0,0 +1,5 @@
<launcher priority="-2" pkg="recall_fs">
<route>
<service name="File_system"> <child name="default_fs_rw"/> </service>
</route>
</launcher>