소스 검색

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"