From 2b26b148f4c8633a19bca0cbb96d4393ece8f54e Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 13 Apr 2012 16:04:51 +0800 Subject: defaultenv: add binfmt support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- defaultenv/bin/boot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot index b54ea6b71c..61b893a724 100644 --- a/defaultenv/bin/boot +++ b/defaultenv/bin/boot @@ -134,4 +134,8 @@ fi echo "booting kernel from $kdev" +#try to execute the file +# it does not work as example for /dev as the file is not executable +$kdev $bootm_opt +# fall back on bootm bootm $bootm_opt $kdev -- cgit v1.2.3