diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-08 00:07:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-08 15:12:35 +0700 |
| commit | a8a2d723d9d3cd5df3b7c241d9d3c214d447e281 (patch) | |
| tree | f18862204dc2a391b000078f2d45ea8e52562b8f /Makefile | |
| parent | 49e7143dbad57a48115fdd299b42ab8e66f6d7cc (diff) | |
| download | awwan-a8a2d723d9d3cd5df3b7c241d9d3c214d447e281.tar.xz | |
all: another fix for integration tests
In the mkosi 25.3 the environment variable $MKOSI_UID now using subuid,
which return 0 if we have subuid "<user>:100000:65536".
The mkosi.nspawn is not imported to the build directory, so we need to
copy it from source.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ build-awwan-test: sudo importctl -m import-tar --force /data/awwan/awwan-test.tar sudo mkdir -p /etc/systemd/nspawn - sudo cp /data/awwan/awwan-tour.nspawn /etc/systemd/nspawn/ + sudo cp _ops/awwan-test/mkosi.nspawn /etc/systemd/nspawn/awwan-test.nspawn sudo machinectl start awwan-test ## Once the container is imported, we can enable and run them any |
