Added the lua bundle to the documentation

This commit is contained in:
bauen1 2017-02-24 22:30:54 +01:00
parent cbd214a5d9
commit 4471c1aab4
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -50,7 +50,7 @@ Currently available overlay bundles:
This overlay bundle requires GLIBC. This overlay bundle requires GLIBC.
* Felix OSGi - Apache Felix OSGi framework. Requires ~2MB additional space. Use * Felix OSGi - Apache Felix OSGi framework. Requires ~2MB additional space. Use
the "felix-start" command to run the Apache Felix OSGi framework. the "felix-start" command to run the Apache Felix OSGi framework.
This overlay bundle requires JRE or JDK. This overlay bundle requires JRE or JDK.
@ -60,6 +60,12 @@ Currently available overlay bundles:
This overlay bundle is currently experimental and its build This overlay bundle is currently experimental and its build
process depends on the host machine. process depends on the host machine.
* Lua - The Lua Scripting Language 5.3. Requires ~ 1.5MB additional
space. Use the "lua" command to run an interactive lua interpreter
This overlay bundle requires GLIBC.
### ### ### ### ### ###
I only provide the build scripts. It's entirely up to you to configure and I only provide the build scripts. It's entirely up to you to configure and
@ -72,4 +78,3 @@ The build proces is slow, so be prepared to wait. In the end you should have
the ISO image file "minimal_linux_live.iso" in the same folder where you the ISO image file "minimal_linux_live.iso" in the same folder where you
started the build process. You can burn the ISO image on CD/DVD or (better) run started the build process. You can burn the ISO image on CD/DVD or (better) run
it with PC emulator like QEMU or VirtualBox. it with PC emulator like QEMU or VirtualBox.