]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - mkosi.build
mkosi: change /etc/issue text a bit for mkosi images build from systemd tree
[thirdparty/systemd.git] / mkosi.build
index 0178e78dc93e57f0af4e43d4bcf1379ee7e6b485..872841eb63e39e0b2386c46c9c22558646666713 100755 (executable)
@@ -25,3 +25,11 @@ make -j `nproc`
 
 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