local boot = {} function boot.boot() print("LuPI L2 INIT") print("FIXME: boot stub") error("Unable to boot") end return boot