Improve amazon linux detection

This commit is contained in:
Jamie Cameron
2012-03-03 12:49:21 -08:00
parent 499c6e58b4
commit defa9da5ed

View File

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