# File lib/phusion_passenger/platform_info/linux.rb, line 30
        def self.linux_distro
                tags = linux_distro_tags
                if tags
                        return tags.first
                else
                        return nil
                end
        end