From 6b980b679643eb4d46370f25ec26e287bb5e15bc Mon Sep 17 00:00:00 2001 From: Daryl McDaniel Date: Tue, 11 Nov 2014 23:15:32 +0000 Subject: [PATCH 1/1] AppPkg: Disable Lua builds by default. Update the ReadMe file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel Reviewed-by: Bruce Maynard git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16332 6f19259b-4bc3-4df7-8a09-765794883524 --- AppPkg/AppPkg.dsc | 2 +- AppPkg/Applications/Lua/ReadMe.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AppPkg/AppPkg.dsc b/AppPkg/AppPkg.dsc index fd76b4ec08..424434c0c8 100644 --- a/AppPkg/AppPkg.dsc +++ b/AppPkg/AppPkg.dsc @@ -131,7 +131,7 @@ # AppPkg/Applications/Python/PythonCore.inf #### Un-comment the following line to build Lua. - AppPkg/Applications/Lua/Lua.inf +# AppPkg/Applications/Lua/Lua.inf ############################################################################## diff --git a/AppPkg/Applications/Lua/ReadMe.txt b/AppPkg/Applications/Lua/ReadMe.txt index 60ddb9d584..cd5a7f2b89 100644 --- a/AppPkg/Applications/Lua/ReadMe.txt +++ b/AppPkg/Applications/Lua/ReadMe.txt @@ -28,3 +28,8 @@ Create a directory, \Efi\StdLib\lib\Lua. This is the default location for Lua If desired, copy the files from AppPkg\Applications\Lua\scripts, in the source tree, into \Efi\StdLib\lib\Lua. + +Bugs and Other Issues +--------------------- +EOF characters, ^D or ^Z, are not properly recognized by the console and can't be used to +terminate an application. Use os.exit() to exit Lua. -- 2.39.2