Pārlūkot izejas kodu

Merge pull request #477 from netbootxyz/development

Release 2.0.3
Antony Messerli 5 gadi atpakaļ
vecāks
revīzija
b12fac1738

+ 9 - 0
README.md

@@ -100,9 +100,11 @@ In addition to being able to host netboot.xyz locally, you can also create your
 |------------|-----------------|------------------|---------------|
 |Alpine Linux| https://alpinelinux.org | Yes              | No            |
 |Arch Linux | https://www.archlinux.org| Yes              | No            |
+|Backbox|https://www.backbox.org | No | Yes |
 |BlackArch Linux|https://blackarch.org| ISO - Memdisk | No                |
 |CentOS| https://centos.org | Yes | No |
 |Debian| https://debian.org | Yes | Yes|
+|Deepin| https://www.deepin.org | No | Yes |
 |Devuan| https://devuan.org | Yes | No |
 |Elementary OS| https://elementary.io | No | Yes |
 |Fedora| https://fedoraproject.org | Yes | Yes |
@@ -112,6 +114,9 @@ In addition to being able to host netboot.xyz locally, you can also create your
 |Gentoo|https://gentoo.org| Not Working | No |
 |IPFire|https://www.ipfire.org| Yes | No |
 |Kali Linux|https://www.kali.org| Yes | Yes |
+|KDE Neon|https://neon.kde.org | No | Yes |
+|Linux Lite| https://www.linuxliteos.com | No | Yes |
+|Q4OS|https://q4os.org | No | Yes |
 |Mageia|https://www.mageia.org| Yes | No |
 |Manjaro|https://manjaro.org| No | Yes |
 |Mint|https://linuxmint.com| No | Yes |
@@ -121,14 +126,18 @@ In addition to being able to host netboot.xyz locally, you can also create your
 |OpenBSD|https://openbsd.org| Yes | No |
 |OpenSUSE|https://opensuse.org| Yes | No |
 |Parrot Security|https://www.parrotsec.org| ISO | No |
+|Peppermint|https://peppermintos.com | No | Yes |
 |Pop OS|https://system76.com/pop| No | Yes |
 |RancherOS|https://rancher.com/rancher-os| Yes | No |
 |Red Hat Enterprise Linux|https://www.redhat.com| User supplied media | No |
+|Regolith|https://regolith-linux.org| No | Yes |
 |Scientific Linux|https://scientificlinux.org| Yes | No |
 |Slackware|https://www.slackware.com| Yes | No |
 |Tails|https://tails.boum.org | No | Yes |
 |Tiny Core Linux|https://tinycorelinux.net| ISO - Memdisk | No |
 |Ubuntu|https://www.ubuntu.com| Yes | Yes |
+|Voyager|https://voyagerlive.org | No | Yes |
+|Zoris OS|https://zorinos.com| No | Yes |
 
 ### Utilities
 

+ 3 - 3
endpoints.yml

@@ -544,11 +544,11 @@ endpoints:
     flavor: eoan
     kernel: voyager-eoan-squash
   kde-neon-user:
-    path: /ubuntu-squash/releases/download/20191205-1116-0e301ad7/
+    path: /ubuntu-squash/releases/download/20191226-1116-4cec4542/
     files:
-    - initrd
     - vmlinuz
     - filesystem.squashfs
+    - initrd.lz
     os: neon
     version: '18.04'
     flavor: user
@@ -593,7 +593,7 @@ endpoints:
     version: '4'
     kernel: linux-lite-4-squash
   deepin-15-squash:
-    path: /debian-squash/releases/download/15.11-f87a92e4/
+    path: /debian-squash/releases/download/15.11-e47e1f2c/
     files:
     - filesystem.squashfs
     - initrd

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

@@ -89,15 +89,15 @@ releases:
     enabled: true
     menu: "linux"
     versions:
-      - name: "2019.12.01"
-        code_name: "2019.12.01"
+      - name: "2020.01.01"
+        code_name: "2020.01.01"
   blackarch:
     name: "BlackArch"
     enabled: true
     menu: "security"
     versions:
-      - name: "2019.09.01"
-        code_name: "2019.09.01"
+      - name: "2020.01.01"
+        code_name: "2020.01.01"
   centos:
     name: "CentOS"
     mirror: "http://mirror.centos.org"

+ 1 - 1
roles/netbootxyz/templates/menu/menu.ipxe.j2

@@ -3,7 +3,7 @@
 :start
 chain --autofree boot.cfg ||
 echo Attempting to retrieve latest upstream version number...
-chain --timeout 5 https://boot.netboot.xyz/version.ipxe ||
+chain --timeout 5000 https://boot.netboot.xyz/version.ipxe ||
 ntp {{ time_server }} ||
 iseq ${cls} serial && goto ignore_cls ||
 set cls:hex 1b:5b:4a  # ANSI clear screen sequence - "^[[J"

+ 1 - 1
version.txt

@@ -1 +1 @@
-2.0.2
+2.0.3