Install a moduli(5) manual page.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / backend / lua / 800_netboot.lua
1 -- $Id: 800_netboot.lua,v 1.1 2005/03/27 01:46:09 cpressey Exp $
2
3 return {
4     name = _("Set up NetBoot Server"),
5     short_desc = _("Make this computer a boot server " ..
6                    "for other machines on the network"),
7     effect = function()
8         App.descend("netboot")
9         return Menu.CONTINUE
10     end
11 }