yumgroups generated from bootstrapfs.pkgs
[build.git] / README-pldistros.txt
index b47f160..e68c449 100644 (file)
@@ -1,25 +1,35 @@
-we've tried to isolate the distro-dependent configurations from the code
-the places where these distro-dependent config files lie are
+We've tried to isolate the distro-dependent configurations from the code
 
-./build/groups/<pldistro>.xml 
-       that is used as the yumgroups.xml 
+Most of the .pgks files are optional to define a new distro:
+missing files are searched in the planetlab distro
+
+========== build environment
 ./build/<pldistro>.mk
-       that defines the contents of the build
+       that defines the contents of the build -- see Makefile
 ./build/<pldistro>-tags.mk
        that defines the svn locations of the various modules
 ./build/<pldistro>-install.mk
        optional make file to define the install target
-./build/<pldistro>-devel.lst
-       set of packages required for building
 
+========== kernel config
 ./Linux-2.6/configs/kernel-2.6.<n>-<arch>-<pldistro>.config
        (subject to change location in the future)
 
-./bootcd/<pldistro>-bootcd.lst
-./bootstrapfs/<pldistro>-base.lst
-./bootstrapfs/<pldistro>-filesystems
-       all *.lst files here - produce tar.bz2 images
-./myplc/<pldistro>-plc.lst
-./vserver/<pldistro>-vserver.lst
-./vserver/<pldistro>-vservers
-       all *.lst files here - produce vserver images
+========== various system images
+./build/config.<pldistro>/devel.pkgs
+       set of packages required for building
+./build/config.<pldistro>/bootcd.pkgs
+       contents of the bootcd image
+./build/config.<pldistro>/bootstrapfs.pkgs
+       the standard contents of the node root 
+       used to generate yumgroups.xml
+./build/config.<pldistro>/bootstrapfs-*.pkgs
+       all *.pkgs files here - produce additional node root images (tar.bz2)
+./build/config.<pldistro>/myplc.pkgs
+       contents of the myplc image
+./build/config.<pldistro>/vserver.pkgs
+       the contents of the standard vserver reference image
+./build/config.<pldistro>/vserver-*.pkgs
+       all *.pkgs files here - produce additional vserver images
+./build/config.<pldistro>/native-shell.pkgs
+       used to create test vservers for myplc-native