mkosi: change /etc/issue text a bit for mkosi images build from systemd tree

This commit is contained in:
Lennart Poettering 2016-12-06 23:17:57 +01:00
parent ab13cfb85a
commit 6344a7eb5c
1 changed files with 8 additions and 0 deletions

View File

@ -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