Changeset 8 for devel/dploy


Ignore:
Timestamp:
05/16/07 17:07:55 (5 years ago)
Author:
bruno
Message:

First useful script: mrepo-dploy.org
It handles a set of ISO images (RHEL for the moment) and uses a metamrepo conf file to generate the mrepo info, launch mrepo on it and get easily a fully working env for RHEL.

Location:
devel/dploy
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • devel/dploy/etc/mrepo.conf

    r6 r8  
    2323#                 $repo/          - Directory for repo global packages 
    2424# 
    25 #         $dist/          -       - Per distribution directory (put ISOs here) 
     25#         $dist/          -       - Per distribution directory 
     26#                 iso/              dploy.org especially uses that place for ISO location 
     27#                                   This can be a lndir of your usual ISO location 
    2628#                 local/          - Directory for custom packages 
    2729#                 $repo/          - Per repository directory 
     
    6264# Where to put your distro conf files 
    6365# 
    64 confdir = /etc/mrepo.conf.d 
     66confdir = /etc/dploy.org/mrepo.conf.d 
     67# 
     68# Base install of original mrepo HTML files 
     69# 
     70htmldir = /usr/share/mrepo/html 
    6571# 
    6672# Arch supported 
Note: See TracChangeset for help on using the changeset viewer.