tool/run/boot_dir/linux: improve error message

Also fix white space
This commit is contained in:
Norman Feske 2022-02-08 16:18:36 +01:00
parent 3b8fe1b410
commit bdc766980e

View File

@ -16,7 +16,7 @@ proc run_boot_dir {binaries} {
if {[file exists $src_binary_path]} {
exec ln -sf $src_binary_path [run_dir]/genode/$binary
} else {
lappend missing_boot_modules $binary
lappend missing_boot_modules [kernel_specific_binary $binary]
}
}
if {[llength $missing_boot_modules]} {