| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
downloading and unpacking them.
This also adds --use-installed switch (which for now only works for
Debian).
|
| | |
|
| |
|
|
|
|
| |
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.
|
|
|
Now we have src/ for febootstrap and helper/ for
febootstrap-supermin-helper.
|