Skip to content

Commit

Permalink
External Version bump for archlinux new version string "2023.12.01"
Browse files Browse the repository at this point in the history
  • Loading branch information
netboot-ci committed Dec 30, 2023
1 parent 0039d01 commit a4b4cf7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roles/netbootxyz/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,10 @@ utilitiesefi:
type: ipxemenu
memtest86plus:
enabled: true
util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.efi
name: Memtest86+ - {{ endpoints.memtest86plus.version }}
version: "{{ endpoints.memtest86plus.version }}"
type: memtest
util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.efi
version: '{{ endpoints.memtest86plus.version }}'
redorescue:
enabled: true
initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
Expand Down Expand Up @@ -740,10 +740,10 @@ utilitiespcbios32:
type: ipxemenu
memtest86plus:
enabled: true
util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest32.bin
name: Memtest86+ - {{ endpoints.memtest86plus.version }}
version: "{{ endpoints.memtest86plus.version }}"
type: memtest
util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest32.bin
version: '{{ endpoints.memtest86plus.version }}'
shredos:
enabled: true
name: ShredOS
Expand Down Expand Up @@ -802,10 +802,10 @@ utilitiespcbios64:
type: ipxemenu
memtest86plus:
enabled: true
util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.bin
name: Memtest86+ - {{ endpoints.memtest86plus.version }}
version: "{{ endpoints.memtest86plus.version }}"
type: memtest
util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.bin
version: '{{ endpoints.memtest86plus.version }}'
redorescue:
enabled: true
initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
Expand Down

0 comments on commit a4b4cf7

Please sign in to comment.