From 005d6d6b353356bdbe28b0c4d66581635dd7b3af Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 26 Nov 2018 19:53:57 +0100 Subject: [PATCH] sculpt: trim config/deploy default The commented-out nodes are prone to become inconsistent with the launchers. Hence, this patch removes them. Start nodes should better be added by the '+' menu, at least initially. Furthermore, the patch directs requests for the vfs.lib.so ROM to core's ROM service to reduce the impact of low-level ABI changes (i.e., the packet-stream layout) on existing vfs/libc-based packages. --- repos/gems/run/sculpt.run | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/repos/gems/run/sculpt.run b/repos/gems/run/sculpt.run index b4fe7fc5a7..28f6a17224 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -539,34 +539,15 @@ append manual_deploy_config { - - + + + - - - - - - - - - - - - - - - - - - - - } set fd [open [run_dir]/genode/manual_deploy.config w]