Changeset 1315 in ProjectBuilder for devel/rpmbootstrap


Ignore:
Timestamp:
Jun 17, 2011, 3:11:36 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Improved documentation and web pages (Eric Anderson eric.anderson4_at_hp.com)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1314 r1315  
    4444and similar to mock, but fully integrated with project-builder.org
    4545(which also supports rinse and mock).
     46
     47rpmbootstrap works in 2 phases. The first one is used to download all
     48the required packages to have a working package management system in the
     49chroot working. This list of packages is stored in /etc/pb/pb.conf under
     50the rbsmindep parameter (aka rpmbootstrap minimal dependencies). Once the
     51packages have been downloaded from the mirror, they are extracted with
     52rpm2cpio. At that point you should be able to use yum on Fedora, urpmi
     53on Mandriva/Mageia and zypper on OpenSuSE.
     54The second phase uses exactly the previous mentioned tools to install
     55exactly the same package list to have a coherent RPM db at the end.
     56
     57rpmbootstrap has additional options to execute a post-install script
     58(-s) or to add packages (-a). Then pb can use the chroot to perform even
     59more actions in it.
    4660
    4761=head1 SYNOPSIS
Note: See TracChangeset for help on using the changeset viewer.