tftp: boot from UEFI

This commit is contained in:
nemunaire 2019-02-24 19:54:08 +01:00
commit 386d411a71
3 changed files with 50 additions and 22 deletions

View file

@ -2,8 +2,8 @@ DEFAULT login
LABEL login
MENU LABEL ^Login
KERNEL bzImage
INITRD login-initrd.img
KERNEL ../bzImage
INITRD ../login-initrd.img
APPEND console=tty0 quiet
TEXT help
You are currently not identified.

View file

@ -19,8 +19,8 @@ menu title Welcome {{ .username }} to the EPITA ADvanced LINux administration co
LABEL challenge
MENU LABEL ^Enter Challenge
KERNEL bzImage
INITRD challenge-initrd.img
KERNEL ../bzImage
INITRD ../challenge-initrd.img
APPEND console=tty0 adlin.login={{ .username }} adlin.key={{ .pkey }} quiet
text help
You are currently identified as {{ .username }}.
@ -31,8 +31,8 @@ MENU SEPARATOR
LABEL logout
MENU LABEL Not {{ .username }}? ^logout
KERNEL bzImage
INITRD login-initrd.img
KERNEL ../bzImage
INITRD ../login-initrd.img
APPEND console=tty0 quiet
text help
You are currently identified as {{ .username }}.