]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - mkosi.build
test-ndisc-rs.c: Test Router Solicitation timer computation
[thirdparty/systemd.git] / mkosi.build
index 0178e78dc93e57f0af4e43d4bcf1379ee7e6b485..2231118da5f489b80a0de59ef58c7b226b70db6a 100755 (executable)
 # This is a build script for OS image generation using mkosi (https://github.com/systemd/mkosi).
 # Simply invoke "mkosi" in the project directory to build an OS image.
 
-./autogen.sh c
-make -j `nproc`
+export LC_CTYPE=C.UTF-8
+meson build
+ninja -C build all
+ninja -C build test
+ninja -C build install
 
-make check
-make install
+mkdir -p $DESTDIR/etc
+
+cat > $DESTDIR/etc/issue <<EOF
+\S (built from systemd tree)
+Kernel \r on an \m (\l)
+
+EOF