瀏覽代碼

External Version bump for nixos new version string "nixos-20.09Qnixos-21.05Qnixos-unstable"

netboot-ci 3 年之前
父節點
當前提交
7afb046783
共有 1 個文件被更改,包括 12 次插入4 次删除
  1. 12 4
      roles/netbootxyz/defaults/main.yml

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

@@ -275,9 +275,17 @@ releases:
     - code_name: cauldron
       name: cauldron
   nixos:
+    base_dir: nixos
     enabled: true
     menu: linux
     name: NixOS
+    versions:
+    - code_name: nixos-20.09
+      name: nixos-20.09
+    - code_name: nixos-21.05
+      name: nixos-21.05
+    - code_name: nixos-unstable
+      name: nixos-unstable
   openbsd:
     base_dir: pub/OpenBSD
     enabled: true
@@ -613,8 +621,8 @@ utilitiesefi:
   redorescue:
     enabled: true
     initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
-    kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents 
-      setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
+    kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
+      nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
       initrd=initrd
     name: RedoRescue
     type: direct
@@ -701,8 +709,8 @@ utilitiespcbios:
   redorescue:
     enabled: true
     initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
-    kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents 
-      setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
+    kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
+      nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
       initrd=initrd
     name: RedoRescue
     type: direct