projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab13cfb
)
mkosi: change /etc/issue text a bit for mkosi images build from systemd tree
author
Lennart Poettering
<lennart@poettering.net>
Tue, 6 Dec 2016 22:17:57 +0000
(23:17 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 14 Dec 2016 17:29:30 +0000
(18:29 +0100)
mkosi.build
patch
|
blob
|
history
diff --git
a/mkosi.build
b/mkosi.build
index
0178e78
..
872841e
100755
(executable)
--- a/
mkosi.build
+++ b/
mkosi.build
@@
-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