Add raspberry pi as server type

This commit is contained in:
Jamie Cameron
2018-11-24 15:36:01 -08:00
parent 11cf2f408c
commit 6cdf4c1175
2 changed files with 1 additions and 0 deletions

BIN
servers/images/pi.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -36,6 +36,7 @@ our @server_types = (
[ 'fedora', 'Fedora Linux', undef, 'Fedora' ],
[ 'redflag', 'Red Flag Linux', undef, 'RedFlag' ],
[ 'amazon', 'Amazon Linux', undef, 'Amazon' ],
[ 'pi', 'Raspbian Linux', undef, 'Raspbian' ],
# Linux variants with a type code
[ 'cobalt', 'Cobalt Linux', 'cobalt-linux' ],