From aad7f57728931e6558b6a30c040b7d805bee26e9 Mon Sep 17 00:00:00 2001 From: Dacian Pascu Date: Sat, 16 May 2026 19:26:06 +0300 Subject: [PATCH] bincompat-rust-hello: Removed unnecessary Config.uk file This file was added by mistake. Since we are just reusing the elfloader unikernel to run the Rust ELF binary, a custom Unikraft configuration file is not needed. Signed-off-by: Dacian Pascu --- bincompat-rust-hello/Config.uk | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 bincompat-rust-hello/Config.uk diff --git a/bincompat-rust-hello/Config.uk b/bincompat-rust-hello/Config.uk deleted file mode 100644 index b79ee44f..00000000 --- a/bincompat-rust-hello/Config.uk +++ /dev/null @@ -1,31 +0,0 @@ -# Configure base ELF loader application, without networking support. - -config APPBASEELFLOADER -bool "Configure base ELF loader application (for binary compatibility)" -default y - - # Select app-elfloader component. - select APPELFLOADER_DEPENDENCIES - - # Configurations options for app-elfloader - # (they can't be part of the template atm) - select APPELFLOADER_ARCH_PRCTL - select APPELFLOADER_BRK - select APPELFLOADER_CUSTOMAPPNAME - select APPELFLOADER_STACK_NBPAGES - select APPELFLOADER_VFSEXEC_EXECBIT - select APPELFLOADER_VFSEXEC - select APPELFLOADER_HFS - select APPELFLOADER_HFS_ETCRESOLVCONF - select APPELFLOADER_HFS_ETCHOSTS - select APPELFLOADER_HFS_ETCHOSTNAME - select APPELFLOADER_HFS_REPLACEEXIST - - # Select filesystem implementation: cpio, ramfs, devfs. - select LIBVFSCORE - select LIBVFSCORE_AUTOMOUNT_UP - select LIBRAMFS - select LIBUKRUST - select LIBUKCPIO - select LIBDEVFS - select LIBDEVFS_AUTOMOUNT