diff options
Diffstat (limited to '')
-rw-r--r-- | src/VBox/Installer/linux/distributions_rpm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/VBox/Installer/linux/distributions_rpm b/src/VBox/Installer/linux/distributions_rpm new file mode 100644 index 00000000..39ec0b96 --- /dev/null +++ b/src/VBox/Installer/linux/distributions_rpm @@ -0,0 +1,28 @@ +openSUSE150 = OPENSUSE_15_0 +openSUSE132 = OPENSUSE_13_2 +openSUSE131 = OPENSUSE_13_1 +openSUSE123 = OPENSUSE_12_3 +openSUSE114 = OPENSUSE_11_4 +openSUSE113 = OPENSUSE_11_3 +sles11.0 = SLES_11_0 +sles10.1 = SLES_10_1 +mdv2011.0 = MANDRIVA_2011_0 +fedora29 = FEDORA_29 +fedora26 = FEDORA_26 +fedora25 = FEDORA_25 +fedora24 = FEDORA_24 +fedora22 = FEDORA_22 +fedora21 = FEDORA_21 +fedora20 = FEDORA_20 +fedora19 = FEDORA_19 +fedora18 = FEDORA_18 +fedora17 = FEDORA_17 +fedora16 = FEDORA_16 +fedora15 = FEDORA_15 +el7 = EL_7 +el6 = EL_6 +el5 = EL_5 +centos6 = E__6 +centos5 = EL_5 +ol6 = EL_6 +ol5 = EL_5 |