From ef8bbdae459b258f5473ea8b9f4b00007ac35428 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 17 Mar 2020 14:38:43 +0100 Subject: [PATCH] Remove noux_bash.run script This run script is superseded by the bash.run script. Issue #3696 --- repos/ports/run/noux_bash.run | 139 ---------------------------------- 1 file changed, 139 deletions(-) delete mode 100644 repos/ports/run/noux_bash.run diff --git a/repos/ports/run/noux_bash.run b/repos/ports/run/noux_bash.run deleted file mode 100644 index 67d50ec82..000000000 --- a/repos/ports/run/noux_bash.run +++ /dev/null @@ -1,139 +0,0 @@ -create_boot_directory - -import_from_depot [depot_user]/src/[base_src] \ - [depot_user]/pkg/[drivers_interactive_pkg] \ - [depot_user]/pkg/terminal \ - [depot_user]/src/init \ - [depot_user]/src/posix \ - [depot_user]/src/ncurses \ - [depot_user]/src/vim \ - [depot_user]/src/bash \ - [depot_user]/src/coreutils \ - [depot_user]/src/ram_fs - -build { noux lib/libc_noux } - -# write default vimrc file -set vimrc_fd [open [run_dir]/genode/vimrc w] -puts $vimrc_fd { -set noloadplugins -set hls -set nocompatible -set laststatus=2 -set noswapfile -set viminfo=} -close $vimrc_fd - -install_config { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Hello world ?! - - -Hello world !! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -} - -build_boot_image { - noux libc_noux.lib.so - libc.lib.so libm.lib.so vfs.lib.so -} - -run_genode_until forever