Changeset 1348 in ProjectBuilder for devel/pb-modules


Ignore:
Timestamp:
Oct 26, 2011, 11:28:44 AM (13 years ago)
Author:
Bruno Cornec
Message:

r4374@localhost: bruno | 2011-10-25 12:10:59 +0200

  • Add mkbmpath parameter and document it
  • Create a new VE.pm module to host pb_ve_launch (from pb code now reusable for pbmkbm)
Location:
devel/pb-modules
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.conf

    r1318 r1348  
    358358#rbsmirrorsrv debian = http://ftp.us.debian.org/debian/
    359359#rbsmirrorsrv ubuntu = http://us.releases.ubuntu.com/releases/
     360#
     361
     362#
     363# pbmkbm configuration parameters
     364#
     365mkbmpath default = /var/cache/pbmkbm
    360366
    361367# pb install dependencies per distro
  • devel/pb-modules/etc/pb.conf.pod

    r1287 r1348  
    5454 Conffile: project
    5555 Example: filteredfiles mindi = rootfs/sbin/init,mindi,install.sh,doc/mindi.8
     56
     57=item B<mkbmpath>
     58
     59 Nature: Mandatory
     60 Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). The family name is generaly used here.
     61 Value: path of the temporary directory into which the boot media is created.
     62 Conffile: pb
     63 Example: mkbmpath default = /var/cache/pbmkbm
    5664
    5765=item B<namingtype>
  • devel/pb-modules/lib/ProjectBuilder/Env.pm

    r1312 r1348  
    5959sub pb_env_init_pbrc {
    6060
    61 # if sudo, then get the real id of the user laucnhing the context
     61# if sudo, then get the real id of the user launching the context
    6262# to point to the right conf file
    6363# Mandatory for rpmbootstrap calls
Note: See TracChangeset for help on using the changeset viewer.