From b4ee6c09aa0d34d1c834d4ee8f8a7bca41dbd7c3 Mon Sep 17 00:00:00 2001 From: PengZhihui Date: Fri, 22 Aug 2014 10:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=85=B3=E6=9C=BA=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=EF=BC=8C=E5=85=B3=E6=9C=BA=E6=93=8D=E4=BD=9C=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=AF=E2=80=98echo=20o=20>/proc/sysrq-trigger?= =?UTF-8?q?=E2=80=99=EF=BC=8C=20=E8=80=8C=E4=B8=8D=E6=98=AF=E2=80=98echo?= =?UTF-8?q?=20b=20>/proc/sysrq-trigger=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改: interface/ri_install.py Signed-off-by: PengZhihui --- interface/ri_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/ri_install.py b/interface/ri_install.py index adb9ea8..66038dd 100644 --- a/interface/ri_install.py +++ b/interface/ri_install.py @@ -42,7 +42,7 @@ def install_over(ret): print "shutdown ..." os.system("sync") os.system("eject") - os.system("echo b >/proc/sysrq-trigger") + os.system("echo o >/proc/sysrq-trigger") elif ret_set_task_over == 'nothing': display.root_destroy()