浏览代码

Add rhel option to linux menu

Menu option dropped off in transition, adds it back.
Antony Messerli 5 年之前
父节点
当前提交
393114bed4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      roles/netbootxyz/defaults/main.yml

+ 4 - 0
roles/netbootxyz/defaults/main.yml

@@ -307,6 +307,10 @@ releases:
     versions:
       - name: "Latest (20 MB)"
         code_name: "latest"
+  rhel:
+    name: "Red Hat Enterprise Linux"
+    enabled: true
+    menu: "linux"
   scientific:
     name: "Scientific Linux"
     mirror: "http://ftp1.scientificlinux.org"