refine strategy to spot ip address, keep on calling guest_ipv4
[build.git] / README-pkgsfiles.txt
1 #lst files syntax:
2 # comments start with #
3
4 # to define packages on all fcdistros
5 package: p1 p2 p3 p4
6 # to add  packages for say f9
7 package+f9: p5 p6
8 # to exclude packages
9 package-f9: p2 p3
10
11 # same for groups, except that you need to replace any white-space in
12 #  the groupname with +++, like in
13 group: X+++Window+++System
14 group: GNOME+++Desktop+++Environment