tftp: boot from UEFI
This commit is contained in:
parent
be42545034
commit
386d411a71
3 changed files with 50 additions and 22 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 }}.
|
||||
|
|
|
|||
Reference in a new issue