From f8b54f518fe0370bdd0604c3e8694ca34dbcdf5f Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Mon, 16 Sep 2024 10:21:16 -0400 Subject: [PATCH] Add Vmware PhotonOS Operating System --- app/models/operating_system.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/operating_system.rb b/app/models/operating_system.rb index e475851e179..233b5cb6d40 100644 --- a/app/models/operating_system.rb +++ b/app/models/operating_system.rb @@ -29,6 +29,7 @@ class OperatingSystem < ApplicationRecord ["linux_esx", %w[vmnixx86 vmwareesxserver esxserver vmwareesxi]], ["linux_solaris", %w[solaris]], ["linux_oracle", %w[oracle]], + ["linux_photon", %w[photon]], ["linux_generic", %w[linux]], ["unix_aix", %w[aix vios]], ["ibm_i", %w[ibmi]],