Install a moduli(5) manual page.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / backend / lua / install / main.lua
1 -- demo/install/main.lua
2 -- $Id: main.lua,v 1.4 2005/02/24 23:08:04 cpressey Exp $
3 -- Main segment of the demonstration fake install program.
4
5 require "fsm"
6
7 -- these are really more like settings...
8 -- and as such should go in a config file...
9 App.state.disk_min = 300        -- minimum space (in MB) req'd for install
10 App.state.max_waste = 8192      -- maximum # sectors to allow to go to waste
11                                 -- when defining partitions/subpartitions
12
13 FSM.auto("welcome")