From e2751a1dc837d439d74a1f44518e8fb6565e8f6e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 21 Jan 2016 19:43:00 -0600 Subject: [PATCH] Update Kali Linux to Rolling Edition 2016.1 --- README.md | 2 +- docs/index.md | 2 +- src/kali.ipxe | 4 ++-- src/linux.ipxe | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9c88b0f..3220bb72 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Full documentation is at ReadTheDocs: * [Debian](https://debian.org) * [Fedora](https://fedoraproject.org) * [FreeBSD](https://freebsd.org) -* [Kali](https://www.kali.org) +* [Kali Linux](https://www.kali.org) * [Mageia](http://www.mageia.org) * [OpenBSD](http://openbsd.org) * [OpenSUSE](http://opensuse.org) diff --git a/docs/index.md b/docs/index.md index a2d01f7e..abd050ff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,7 +43,7 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz * [Debian](https://debian.org) * [Fedora](https://fedoraproject.org) * [FreeBSD](https://freebsd.org) -* [Kali](https://www.kali.org) +* [Kali Linux](https://www.kali.org) * [Mageia](http://www.mageia.org) * [OpenBSD](http://openbsd.org) * [OpenSUSE](http://opensuse.org) diff --git a/src/kali.ipxe b/src/kali.ipxe index e59e038f..d30008fd 100644 --- a/src/kali.ipxe +++ b/src/kali.ipxe @@ -6,9 +6,9 @@ goto ${menu} :kali -set os Kali +set os Kali Linux menu ${os} ${arch_a} -item current ${os} Current +item rolling ${os} Rolling Edition (2016.1) choose version || goto kali_exit :deb_boot_type diff --git a/src/linux.ipxe b/src/linux.ipxe index 06cd264e..8f66c9a6 100644 --- a/src/linux.ipxe +++ b/src/linux.ipxe @@ -11,7 +11,7 @@ item centos ${space} CentOS item coreos ${space} CoreOS item debian ${space} Debian item fedora ${space} Fedora -item kali ${space} Kali +item kali ${space} Kali Linux item mageia ${space} Mageia item opensuse ${space} openSUSE item rancheros ${space} RancherOS