(*) groups distro-dependent files in build/config.<distro>
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 6 Dec 2007 08:55:20 +0000 (08:55 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 6 Dec 2007 08:55:20 +0000 (08:55 +0000)
commitc4e209060103076da66862f1315212c2471da26a
treeaea54616e4818cb584e30acdb429ec53ab41d198
parentaea0d30f45ee42893fc7f5035879aeb22c3a4c17
(*) groups distro-dependent files in build/config.<distro>
(*) renamed .lst files into .pkgs (lst suffix commonly used for other/tmp purposes)
(*) distro-dependent files are (mostly) optional, defaults to planetlab
(*) mkfedora accepts new -f argument : to pass a pkgs file rather than -p .. -g ..
(*) mkfedora supports junk: and precious: in pkgs file
    this is from the former bootcd/prep.sh - to reduce footprint

Notes.
(*) this is untested
(*) mkfedora still supports -x (exclude) on the command line and in pkgs file
    however I suspect this feature is never used
(*) mkfedora is still a separate command - could/should be merged into buld.common
(*) myplc/build.functions could/should be merged into build.common as well
build.common
config.planetlab/bootcd.pkgs [new file with mode: 0644]
config.planetlab/bootstrapfs-production.pkgs [new file with mode: 0644]
config.planetlab/bootstrapfs.pkgs [new file with mode: 0644]
config.planetlab/devel.pkgs [moved from planetlab-devel.lst with 100% similarity]
config.planetlab/myplc.pkgs [new file with mode: 0644]
config.planetlab/native-shell.pkgs [moved from planetlab-shell.lst with 100% similarity]
config.planetlab/vserver-planetflow.pkgs [new file with mode: 0644]
config.planetlab/vserver.pkgs [new file with mode: 0644]
mkfedora
vbuild-init-vserver.sh