summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Find package dependencies fix for pacman.Erik Nolte2011-10-141-8/+7
| | | | | | | | Since the pactree utility only accepts one package name, we must iterate through the packages rather than specify them all on the command line. To avoid errors when febootstrap is run on a system with outdated packages, use ls and awk on the febootstrap package cache directory rather than using the host's outdated pacman database.
* febootstrap: Use contents of installed Debian packages instead of ↵Hilko Bengen2011-09-239-22/+96
| | | | | | | downloading and unpacking them. This also adds --use-installed switch (which for now only works for Debian).
* yum-rpm: Add more debugging to the Python code.Richard W.M. Jones2011-09-141-5/+17
|
* Stable OCaml dependencies.Richard Jones2011-09-122-22/+15
| | | | | | This technique copied from libguestfs/resize/Makefile.am and modified so that it works with old ocamldep that used to add spaces at the end of lines.
* Move febootstrap into src/ subdirectory.Richard W.M. Jones2011-09-0114-0/+1942
Now we have src/ for febootstrap and helper/ for febootstrap-supermin-helper.