tftp: add link to right files
This commit is contained in:
parent
7a684f7d03
commit
39b94be3cc
4 changed files with 5 additions and 3 deletions
1
tftp/challenge-initrd.img
Symbolic link
1
tftp/challenge-initrd.img
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../challenge-initrd.img
|
1
tftp/login-initrd.img
Symbolic link
1
tftp/login-initrd.img
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../login-initrd.img
|
|
@ -3,7 +3,7 @@ DEFAULT login
|
||||||
LABEL login
|
LABEL login
|
||||||
MENU LABEL ^Login
|
MENU LABEL ^Login
|
||||||
KERNEL bzImage
|
KERNEL bzImage
|
||||||
INITRD initramfs-login.img
|
INITRD login-initrd.img
|
||||||
APPEND console=tty0 quiet
|
APPEND console=tty0 quiet
|
||||||
TEXT help
|
TEXT help
|
||||||
You are currently not identified.
|
You are currently not identified.
|
||||||
|
|
|
@ -20,7 +20,7 @@ menu title Welcome {{ .username }} to the EPITA ADvanced LINux administration co
|
||||||
LABEL challenge
|
LABEL challenge
|
||||||
MENU LABEL ^Enter Challenge
|
MENU LABEL ^Enter Challenge
|
||||||
KERNEL bzImage
|
KERNEL bzImage
|
||||||
INITRD initramfs-challenge.img
|
INITRD challenge-initrd.img
|
||||||
APPEND console=tty0 adlin.login={{ .username }} adlin.key={{ .pkey }} quiet
|
APPEND console=tty0 adlin.login={{ .username }} adlin.key={{ .pkey }} quiet
|
||||||
text help
|
text help
|
||||||
You are currently identified as {{ .username }}.
|
You are currently identified as {{ .username }}.
|
||||||
|
@ -32,7 +32,7 @@ MENU SEPARATOR
|
||||||
LABEL logout
|
LABEL logout
|
||||||
MENU LABEL Not {{ .username }}? ^logout
|
MENU LABEL Not {{ .username }}? ^logout
|
||||||
KERNEL bzImage
|
KERNEL bzImage
|
||||||
INITRD initramfs-login.img
|
INITRD login-initrd.img
|
||||||
APPEND console=tty0 quiet
|
APPEND console=tty0 quiet
|
||||||
text help
|
text help
|
||||||
You are currently identified as {{ .username }}.
|
You are currently identified as {{ .username }}.
|
||||||
|
|
Reference in a new issue