examples: Add plasma operating-system example template.

* gnu/system/examples/plasma.tmpl: New file.
* Makefile.am (EXAMPLES): register it.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-20 14:09:51 +08:00 committed by 宋文武
parent 25522d52f1
commit 5c68817813
No known key found for this signature in database
GPG key ID: D415BF253B515976
2 changed files with 68 additions and 0 deletions

View file

@ -456,6 +456,7 @@ EXAMPLES = \
gnu/system/examples/desktop.tmpl \
gnu/system/examples/lightweight-desktop.tmpl \
gnu/system/examples/docker-image.tmpl \
gnu/system/examples/plasma.tmpl \
gnu/system/examples/raspberry-pi-64.tmpl \
gnu/system/examples/raspberry-pi-64-nfs-root.tmpl \
gnu/system/examples/vm-image.tmpl