Skip to content

Commit

Permalink
Merge pull request #478 from netbootxyz/RC
Browse files Browse the repository at this point in the history
Release 2.0.3
  • Loading branch information
antonym authored Jan 2, 2020
2 parents 2ee1ca6 + b12fac1 commit 7ce38e2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions endpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions roles/netbootxyz/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion roles/netbootxyz/templates/menu/menu.ipxe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3

0 comments on commit 7ce38e2

Please sign in to comment.