Author: wmb Date: 2009-12-16 09:20:30 +0100 (Wed, 16 Dec 2009) New Revision: 1625
Modified: cpu/x86/pc/olpc/via/runin.fth Log: Via manufacturing scripts - extra messages after restarting a failed runin.
Modified: cpu/x86/pc/olpc/via/runin.fth =================================================================== --- cpu/x86/pc/olpc/via/runin.fth 2009-12-16 08:16:08 UTC (rev 1624) +++ cpu/x86/pc/olpc/via/runin.fth 2009-12-16 08:20:30 UTC (rev 1625) @@ -328,15 +328,21 @@ key drop cr cr list ." Type R to restart runin, any other key to power off " - key dup emit upc [char] R = if rerunin then + key dup emit cr upc [char] R = if + ." Resetting state to restart runin." cr + ." The old failure log is in " fail-backup-file$ type cr + rerunin + else + power-off + then else autorun-mfg-tests pass? if finish-final-test then show-result-screen - ." Type a key to power off" - key cr then
+ ." Type a key to power off" + key cr power-off ;