projects
/
tools
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9e6019
)
Revert "clean up old registered binfmt handlers before use it"
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Thu, 14 Aug 2014 07:54:29 +0000
(15:54 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Thu, 14 Aug 2014 07:55:01 +0000
(15:55 +0800)
This reverts commit
b5b49f3e1343b6df646eaa9d4afb22b73c6d24e5
.
Change-Id: If20bc2e2036dd076483c5275e45c396d89759419
init_buildsystem
patch
|
blob
|
history
diff --git
a/init_buildsystem
b/init_buildsystem
index 58ec929c63361f6dae39d273de62217df0278d0a..e72613a0d5becaab9c4f16ca0685ad4441435136 100755
(executable)
--- a/
init_buildsystem
+++ b/
init_buildsystem
@@
-688,10
+688,6
@@
else
#
if check_use_emulator; then
[ -n "$USE_SYSTEM_QEMU" ] && copy_qemu
-
- echo "clean up registered binfmt handlers"
- sudo sh -c "echo -1 >/proc/sys/fs/binfmt_misc/status"
-
echo "registering binfmt handlers for VM"
if [ -x "$BUILD_DIR/initvm.$BUILD_HOST_ARCH" -a -e "$BUILD_DIR/qemu-reg" ]; then