summaryrefslogtreecommitdiff
path: root/com32/lua
diff options
context:
space:
mode:
authorMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2009-10-20 13:51:57 +0200
committerMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2009-10-20 13:51:57 +0200
commit3d0f9df1a36f64ef79c5011366c3b34ad356bc1c (patch)
tree05c26c67f2c6c4cb66c40bba77ab8c972d36ce22 /com32/lua
parentef041926f4a55fc4d52bf7814791395435165cf9 (diff)
downloadsyslinux-3d0f9df1a36f64ef79c5011366c3b34ad356bc1c.tar.gz
Added invocation
Diffstat (limited to 'com32/lua')
-rw-r--r--com32/lua/doc/syslinux.asc15
1 files changed, 15 insertions, 0 deletions
diff --git a/com32/lua/doc/syslinux.asc b/com32/lua/doc/syslinux.asc
index 413565bf..61897266 100644
--- a/com32/lua/doc/syslinux.asc
+++ b/com32/lua/doc/syslinux.asc
@@ -2,6 +2,21 @@ Syslinux LUA User Guide
=======================
Marcel Ritter <Marcel.Ritter@rrze.uni-erlangen.de>
+Invocation
+----------
+
+Running +lua.c32+ only results in an interactive shell.
+......................................................
+KERNEL lua.c32
+......................................................
+
+By using the +APPEND+ parameter you can specify a lua
+script to be executed:
+......................................................
+KERNEL lua.c32
+APPEND /testit.lua
+......................................................
+
Modules
-------