Displaying 2 results from an estimated 2 matches for "freseniusstra".
2014 Nov 28
0
[PATCH] Add ldisk.c32 Lua module
...t.c32 and other modules that detect disks?
A: Automation. We?d like to use a Lua script that is executed on all of our servers on boot to collect hardware data, install systems, etc.
The Lua API did not expose information about disks yet, so I wrote this module.
--
Paul Emmerich
First Colo GmbH
Freseniusstra?e 31h
81247 M?nchen
www.first-colo.de <http://www.first-colo.de/>
Tel: +49 69 120069 0 (09:00 - 18:00)
Fax: +49 69 120069 55 (00:00 - 24:00)
Gesch?ftsf?hrer: Martin Verges, Jerome Evans
Handelsregister: Amtsgericht M?nchen HRB 156578
USt-IdNr: DE814355796
2014 Nov 28
2
[PATCH] Add ldisk.c32 Lua module
ldisk.c32 is a Lua module that provides information about disks to Lua scripts
The example script com32/lua/test/detect_disks.lua uses it to implement some-
thing akin to 'disk.c32'.
The name 'ldisk.c32' was chosen to avoid a name-clash with 'disk.c32'.
---
com32/lua/src/Makefile | 1 +
com32/lua/src/ldisk.c | 103