瀏覽代碼

Merge pull request #56 from antonym/kali_2016.1

Update Kali Linux to Rolling Edition 2016.1
Antony Messerli 9 年之前
父節點
當前提交
0e48680f31
共有 4 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      README.md
  2. 1 1
      docs/index.md
  3. 2 2
      src/kali.ipxe
  4. 1 1
      src/linux.ipxe

+ 1 - 1
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)

+ 1 - 1
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)

+ 2 - 2
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

+ 1 - 1
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