debian-forge/osbuild
Tom Gundersen 659ce42c83 BuildRoot: don't use nspawn's --volatile mode
We want the same functionality, but we now impleent it ourselves.

In addition to bind-mounting in /usr into the target container
(which is all nspawn does), we also add /bin, /sbin, /lib and
/lib64, if they exist and are not symlinks (presuambly into
/usr).

This means we can work on distros who have not implemented the
usr-move, like Ubuntu Bionic (used by Travis).

Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-07-31 01:34:31 +02:00
..
__init__.py BuildRoot: don't use nspawn's --volatile mode 2019-07-31 01:34:31 +02:00
__main__.py osbuild: add -l/--libdir parameter 2019-07-24 12:55:48 +02:00
loop.py loop: add direct-io support 2019-07-25 23:55:43 +02:00
remoteloop.py loop: add helpers to use IPC to create loop devices 2019-07-19 00:51:12 +02:00