Update documentation

This commit is contained in:
Marcos Vallim 2019-06-26 22:15:34 -03:00
parent 68d9233e01
commit e4885e4afa
2 changed files with 4 additions and 0 deletions

View File

@ -294,6 +294,10 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
2. Create image 640x480 in png format (splash.png)
<p align="center">
<img src="image/splash.png"><br>
</p>
3. Convert png image to ppm (indexed 16 colors)
```
convert +dither -colors 16 splash.png splash.ppm

BIN
image/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB