Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions wwwroot/inc/dictionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -3860,6 +3860,29 @@ function getConfigDefaults()
3797 => array ('chapter_id' => 13, 'dict_value' => 'NetBSD%GSKIP%NetBSD 9.2'),
3798 => array ('chapter_id' => 13, 'dict_value' => 'OpenBSD%GSKIP%OpenBSD 7.0'),
3799 => array ('chapter_id' => 13, 'dict_value' => 'Debian%GSKIP%Debian 11'),
3800 => array ('chapter_id' => 13, 'dict_value' => 'Debian%GSKIP%Debian 12'),
3801 => array ('chapter_id' => 13, 'dict_value' => 'Red Hat Enterprise%GSKIP%RHEL V9'),
3802 => array ('chapter_id' => 13, 'dict_value' => '[[AlmaLinux%GSKIP%AlmaLinux V9 | https://almalinux.org/]]'),
3803 => array ('chapter_id' => 13, 'dict_value' => '[[Oracle Linux%GSKIP%Oracle Linux V9 | https://www.oracle.com/linux/]]'),
3804 => array ('chapter_id' => 13, 'dict_value' => 'VMWare Hypervisor%GSKIP%VMware ESXi 8.0'),
3805 => array ('chapter_id' => 13, 'dict_value' => 'Nutanix AOS%GSKIP%AOS 6.5'),
3806 => array ('chapter_id' => 13, 'dict_value' => 'Nutanix AOS%GSKIP%AOS 6.6'),
3807 => array ('chapter_id' => 13, 'dict_value' => 'Nutanix AOS%GSKIP%AOS 6.7'),
3808 => array ('chapter_id' => 13, 'dict_value' => 'Nutanix AOS%GSKIP%AOS 6.8'),
3809 => array ('chapter_id' => 13, 'dict_value' => 'Nutanix AOS%GSKIP%AOS 6.10'),
3810 => array ('chapter_id' => 13, 'dict_value' => 'NetBSD%GSKIP%NetBSD 9.3'),
3811 => array ('chapter_id' => 13, 'dict_value' => 'NetBSD%GSKIP%NetBSD 9.4'),
3812 => array ('chapter_id' => 13, 'dict_value' => 'NetBSD%GSKIP%NetBSD 10.0'),
3813 => array ('chapter_id' => 13, 'dict_value' => 'Ubuntu%GSKIP%Ubuntu 22.04'),
3814 => array ('chapter_id' => 13, 'dict_value' => 'Ubuntu%GSKIP%Ubuntu 22.10'),
3815 => array ('chapter_id' => 13, 'dict_value' => 'Ubuntu%GSKIP%Ubuntu 23.04'),
3816 => array ('chapter_id' => 13, 'dict_value' => 'Ubuntu%GSKIP%Ubuntu 23.10'),
3817 => array ('chapter_id' => 13, 'dict_value' => 'Ubuntu%GSKIP%Ubuntu 24.04'),
3818 => array ('chapter_id' => 13, 'dict_value' => 'MicroSoft%GSKIP%Windows 11'),
3819 => array ('chapter_id' => 13, 'dict_value' => 'MicroSoft%GSKIP%Windows Server 2022'),
3820 => array ('chapter_id' => 13, 'dict_value' => 'MicroSoft%GSKIP%Windows Server 2025'),
3821 => array ('chapter_id' => 13, 'dict_value' => 'Xen Hypervisor%GSKIP%XenServer 8.0'),


# Any new "default" dictionary records must go above this line (i.e., with
# dict_key code less than 50000). This is necessary to keep AUTO_INCREMENT
Expand Down