Bläddra i källkod

Update system-rescue url and content

Drops CD and updates website, 7.00 also appears to boot
correctly so dropping notes for workaround on booting.
Antony Messerli 4 år sedan
förälder
incheckning
7f6f6b7fa7
2 ändrade filer med 2 tillägg och 5 borttagningar
  1. 1 1
      README.md
  2. 1 4
      roles/netbootxyz/templates/menu/systemrescue.ipxe.j2

+ 1 - 1
README.md

@@ -173,7 +173,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
 | Memtest | http://www.memtest.org/ | Kernel |
 | Rescatux | https://www.supergrubdisk.org/rescatux/ | LiveCD |
 | Super Grub2 Disk | http://www.supergrubdisk.org | ISO - Memdisk |
-| System Rescue CD | http://www.system-rescue-cd.org/ | LiveCD |
+| System Rescue | https://system-rescue.org/ | LiveCD |
 | The Smallest Server Suite | https://thesss.4mlinux.com/ | Kernel/Initrd |
 | Ultimate Boot CD | http://www.ultimatebootcd.com | ISO - Memdisk |
 

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

@@ -3,10 +3,8 @@
 goto ${menu} ||
 
 :live_menu
-set os System Rescue CD
+set os System Rescue
 menu ${os} - Current Arch [ ${arch} ]
-item --gap Currently during boot you need to press ctrl+d/ctrl+c
-item --gap repeatedly when init hangs on starting a download
 iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
 set ipparam BOOTIF=${netX/mac} ip=dhcp net.ifnames=0
 item --gap ${os} Versions
@@ -18,7 +16,6 @@ item {{ value.version }} ${space} ${os} {{ value.version }}
 choose live_version || goto live_exit
 goto ${live_version}
 
-
 {% for key, value in endpoints.items() | sort %}
 {% if value.os == "systemrescue" %}
 :{{ value.version }}