__color__,__group__,ticket,summary,component,milestone,type,created,_description_,_changetime,_reporter
4,gmk,36,Move package list from mkchroot*.sh to a config file,vnfs,Feature Update 3.2,enhancement,2011-08-03T11:36:27-07:00,"The ideal location would be /etc/warewulf/vnfs.conf. This way it would be a lot easier for people to customize their own VNFS. Currently it is hard coded in mkchroot scripts, e.g.,

yum --tolerant --installroot $VNFSDIR -y install \
    SysVinit basesystem bash redhat-release chkconfig coreutils e2fsprogs ...

We may need to be careful about the format of this file though. I'd prefer to change it to:

[global]
excludes = /usr/local, /usr/share/doc, /usr/share/locale, /opt

[redhat]
packages = ...

[debian]
packages = ...

[ubuntu]
packages = ...

...",2011-08-09T13:46:53-07:00,yqin
