guestfs-lua (3) Linux Manual Page
guestfs-lua – How to use libguestfs from Lua Synopsis local G = require "guestfs" g = G.create () g:add_drive ("test.img", { format = "raw", readonly = true }) g:launch () devices = g:list_devices () g:close ()DescriptionThis manual page documents how to call libguestfs from the Lua programming language. This page just documents the differences from…
