Several improvements for debian/tests/test-common
This merge request contains several improvements for debian/tests/test-common
:
- Use usr-merged root file system
- Use one common temporary directory
- Wrap long qemu-system-x86_64 line
- Support
set -u
Support usr-merged host file system by using usr-merged in the trivial userspace filesystem.
Instead of spreading all temporary files in the temporary directory,
create one common sub-directory in the temporary directory named
initramfs-test
and place everything inside there. This makes looking
at the generated files easier.
Let me know if I should split this merge request into separate merge requests per commit.
Edited by Benjamin Drung