summaryrefslogtreecommitdiffstats
path: root/images/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'images/Makefile.am')
-rw-r--r--images/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/Makefile.am b/images/Makefile.am
index ff8d46fb..7f35b757 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -73,6 +73,7 @@ images_files_build = \
$(builddir)/100kallspaces \
$(builddir)/100krandom \
$(builddir)/10klines \
+ $(builddir)/hello.b64 \
$(builddir)/initrd \
$(builddir)/initrd-x86_64.img \
$(builddir)/initrd-x86_64.img.gz \
@@ -118,6 +119,9 @@ $(builddir)/10klines:
done > $@-t
mv $@-t $@
+$(builddir)/hello.b64:
+ echo "hello" | base64 > $@
+
$(builddir)/initrd: empty known-1 known-2 known-3 known-4 known-5
rm -f $@ $@-t
for f in $^; do echo $$f; done | cpio -o -H newc | gzip --best > $@-t