Installer import into contrib (real import this time)
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / backend / lua / conf / def_pkgs.lua
1 -- $Id: def_pkgs.lua,v 1.2 2005/02/24 23:08:03 cpressey Exp $
2
3 -- Default packages to install during the install phase.
4
5 -- Note that these packages are specified by Lua regular expressions
6 -- that will be passed to string.find().  This allows us to specify
7 -- packages regardless of their version number, etc.
8
9 return {
10         "^cdrtools-",
11         "^cvsup-"
12 }