mklive: require xbps>=0.45 for two phase installation.

- The target pkgs are unpacked with -U, and then reconfiguration happens
within the chroot, so that there's no need for host dependencies.
- Use chroot where possible to make sure that euid==0, not xbps-uchroot.

Close #32 and #33
This commit is contained in:
Juan RP
2015-06-03 14:28:38 +02:00
parent ec5a92c270
commit 77ff6c34c9
2 changed files with 25 additions and 9 deletions

View File

@ -10,7 +10,7 @@ This repository contains utilities for Void Linux:
#### Dependencies
* xbps>=0.35
* xbps>=0.45
* parted (for mkimage)
* qemu-user-static binaries (for mkrootfs)