Prechádzať zdrojové kódy

remove tails from the live boot options

thelamer 5 rokov pred
rodič
commit
4086dd2631

+ 0 - 1
README.md

@@ -147,7 +147,6 @@ In addition to being able to host netboot.xyz locally, you can also create your
 | Slackware | https://www.slackware.com | Yes | No |
 | SmartOS | https://www.joyent.com/smartos | Yes | No |
 | SparkyLinux | https://sparkylinux.org/ | No | Yes |
-| Tails | https://tails.boum.org | No | Yes |
 | Tiny Core Linux | https://tinycorelinux.net | Yes | Yes |
 | Ubuntu | https://www.ubuntu.com | Yes | Yes |
 | Velt | https://velt.io/ | No | Yes |

+ 0 - 37
roles/netbootxyz/templates/menu/live-tails.ipxe.j2

@@ -1,37 +0,0 @@
-#!ipxe
-
-goto ${menu} ||
-
-:live_menu
-set os Tails
-menu ${os} - Current Arch [ ${arch} ]
-item --gap Currently networking is not functional for this live image
-iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
-item --gap ${os} Versions
-item tails-4.0-default-squash ${space} ${os} 4.0
-choose live_version || goto live_exit
-goto ${live_version}
-
-{% for key, value in endpoints.items() | sort %}
-{% if value.os == "tails" and 'squash' in key %}
-{% set kernel_name = value.kernel %}
-:{{ key }}
-set squash_url ${live_endpoint}{{ value.path }}filesystem.squashfs
-{% for key, value in endpoints.items() | sort %}
-{% if key == kernel_name %}
-set kernel_url ${live_endpoint}{{ value.path }}
-{% endif %}
-{% endfor %}
-goto boot
-{% endif %}
-{% endfor %}
-
-:boot
-imgfree
-kernel ${kernel_url}vmlinuz boot=live fetch=${squash_url} initrd=initrd nopersistence noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails slab_nomerge slub_debug=FZP mce=0 vsyscall=none page_poison=1 mds=full,nosmt union=aufs
-initrd ${kernel_url}initrd
-boot
-
-:live_exit
-clear menu
-exit 0

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

@@ -32,7 +32,6 @@ item live-raizo ${space} Live Raizo
 item live-regolith ${space} Regolith
 item live-septor ${space} Septor
 item live-sparky ${space} SparkyLinux
-item live-tails ${space} Tails
 item tinycore ${space} Tiny Core Linux
 item live-ubuntu ${space} Ubuntu
 item live-velt ${space} Velt