diff --git a/README.md b/README.md
index 3ec932b..06e6f5c 100644
--- a/README.md
+++ b/README.md
@@ -294,6 +294,10 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
2. Create image 640x480 in png format (splash.png)
+
+
+
+
3. Convert png image to ppm (indexed 16 colors)
```
convert +dither -colors 16 splash.png splash.ppm
diff --git a/image/splash.png b/image/splash.png
new file mode 100644
index 0000000..c618c21
Binary files /dev/null and b/image/splash.png differ