From 9c13ceb3cc368c6ea87b9a0c3106ea4d26fb5ace Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 29 Aug 2025 17:20:59 +0200 Subject: [PATCH] =?UTF-8?q?ealanos:=20Fixed=20broken=20network=20configura?= =?UTF-8?q?tion=20and=20brick=20placement=20in=20runscript=20for=20Eal?= =?UTF-8?q?=C3=A1nOS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repos/ealanos/run/ealanos.run | 97 ++++++++++++----------------------- 1 file changed, 32 insertions(+), 65 deletions(-) diff --git a/repos/ealanos/run/ealanos.run b/repos/ealanos/run/ealanos.run index 37872bd736..f176ad3bd6 100644 --- a/repos/ealanos/run/ealanos.run +++ b/repos/ealanos/run/ealanos.run @@ -1,5 +1,5 @@ create_boot_directory -import_from_depot [depot_user]/pkg/[drivers_nic_pkg] \ +import_from_depot [depot_user]/pkg/[drivers_nic_pkg] \ [depot_user]/src/lighttpd \ [depot_user]/src/openssl \ [depot_user]/src/zlib \ @@ -9,7 +9,8 @@ import_from_depot [depot_user]/pkg/[drivers_nic_pkg] \ [depot_user]/src/vfs_import append config { - + + @@ -22,7 +23,6 @@ append config { - @@ -37,7 +37,7 @@ append config { - + @@ -49,65 +49,34 @@ append config { - - + + - - - + - + + + - - - - + - + - - - - - - - - - - - - - - - - - - - - - - @@ -125,11 +94,11 @@ append config { - + - + - + @@ -140,17 +109,17 @@ append config { - + 2022-07-20 14:30 + - + - - + @@ -160,7 +129,7 @@ append config { - + @@ -170,11 +139,9 @@ append config { - - - - + + @@ -191,8 +158,9 @@ append config { - - + + + @@ -200,11 +168,10 @@ append config { - - + - + @@ -215,7 +182,7 @@ append config { - + @@ -235,15 +202,15 @@ append config { - } append qemu_args " -nographic " -append_qemu_nic_args "host=10.0.2.1,dhcpstart=10.0.2.55,hostfwd=tcp::12345-:12345,hostfwd=tcp::10080-:80,hostfwd=tcp::18080-:8080,hostfwd=udp::10007-:7,hostfwd=udp::17070-:7070" +append_qemu_nic_args "host=10.0.2.1,dhcpstart=10.0.2.55,hostfwd=tcp::10080-:80,hostfwd=tcp::18080-:8080,hostfwd=tcp::12345-:12345,hostfwd=udp::10007-:7,hostfwd=udp::17070-:7070" -build { core init hoitaja timer lib/ld lib/vfs lib/libm lib/libc lib/stdcxx lib/posix server/nic_router server/vfs server/cached_fs_rom app/kuori lib/vfs_lwip } +build { core init hoitaja timer lib/ld lib/vfs lib/libm lib/libc lib/stdcxx lib/posix server/nic_router server/nic_uplink app/kuori server/vfs lib/vfs_lwip server/fs_rom } install_config $config build_boot_image [build_artifacts] +#build_boot_image { core hoitaja timer ld.lib.so libm.lib.so libc.lib.so stdcxx.lib.so nic_router nic_uplink lwip_raw kuori } run_genode_until forever \ No newline at end of file