xbps-uchroot: replace -D/-H/-S with -b src/dest and switch to getopt(3).

This commit is contained in:
Juan RP
2015-05-06 11:24:47 +02:00
parent e9b8ff7360
commit 7d6d1805f3
3 changed files with 96 additions and 75 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.45 (???):
* xbps-uchroot(8): replaced -D, -H and -S with -b src:dest. This bind mounts
src into dir/dest and allows unlimited mounts.
* configure: added --dbdir to customize path to pkgdb.
* xbps-uchroot(8): added -o option to pass arguments to the tmpfs mount,