diff --git a/roles/netbootxyz/templates/menu/live-tails.ipxe.j2 b/roles/netbootxyz/templates/menu/live-tails.ipxe.j2 index 9eba5ffe..52917f96 100644 --- a/roles/netbootxyz/templates/menu/live-tails.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/live-tails.ipxe.j2 @@ -27,10 +27,10 @@ goto boot :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 +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 \ No newline at end of file +exit 0